Html5 project starter with workflow combining the power of the best tools of the moment:
-
- Async loading of module
- Tree Shaking
- Minify & optimize the build
- Source-map generation
- Offline available ( use OfflinePlugin )
-
- Hot module replacement
- Super fast compilation
-
- Amazing framework for creating dynamic html5 site
-
- Best css preprocessor tool
-
- Allow you to write your code in es6 & es7
Install nodejs
In terminal: npm i
// start a local server with hot reload
npm start
// create optimize/minify build for production
npm run dist