Website starter pack helps to kickstart your next project with few commands.
- ES6 (ES2015)
- SCSS
- PurifyCSS (Remove unwanted CSS)
- JS Minification
- Development Server (http://localhost:8080)
- Automatic Transpiling, compiling
- Hot reloading
Website starter pack requires Node.js v4+ to run.
Install the dependencies and devDependencies and start the server using commands from root directory:
$ npm install
$ npm start$ npm run build'dist' inside root folder will be the final build folder ready for Production.
MIT