Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1 KB

README.md

File metadata and controls

48 lines (30 loc) · 1 KB

Simple Webpack Html Starter Kit

A simple starter kit webpack based for simple frontend projects.

Installation

Clone the repository:

g clone https://github.com/rodrigolabs/Simple-Webpack-Html-Starter-Kit

Go into the folder and Install the dependencies by running yarn install or just yarn:

cd Simple-Webpack-Html-Starter-Kit && yarn

Running

There's a script to run the project in development mode. In the terminal, run the command:

yarn run dev

Building

There's also a script to build the project. In the terminal, run the command:

yarn run build

A new dist folder is gonna be created and that's all. You can send this folder to your own server.

Features

Contributing

There's no rule to contribute so far. Feel free to fork, modify, open pull request, etc.


Enjoy!