src
to dist
folderswebpack-dev-server
production
.env
filesrc/js
and SCSS styling in src/style
. Store static files in public
.src/views
will generate an html page with the same name.Start the webpack-dev-server on http://localhost:8080
:
$ yarn hot
Build the application in development mode:
$ yarn development
Recompile whenever files change:
$ yarn watch
Lint your code:
$ yarn lint
Prepare the app for production in dist
folder:
$ yarn production
Do not hesitate to contribute to the project by adapting or adding features ! Bug reports or pull requests are welcome.
This project is released under the MIT license.