A simple starter kit webpack based for simple frontend projects.
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
There's a script to run the project in development mode. In the terminal, run the command:
yarn run dev
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.
- ES6 - babel-loader
- SASS - sass-loader
- Linter - eslint-loader
There's no rule to contribute so far. Feel free to fork, modify, open pull request, etc.
Enjoy!