Boilerplate para facilitar o uso do Webpack com DevServer, SASS, PostCSS com Autoprefixer e Babel (ES6 para vanilla JS)
npm install- Para rodar em produção, use
npm run build - Para iniciar o DevServer com HOT Reload, use
npm run start - Desenvolva seu projeto na pasta src.
Boilerplate for Webpack with DevServer, SASS, PostCSS with Autoprefixer and Babel (ES6 to vanilla JS)
npm install- To generate the assets for production, run
npm run build - To start the DevServer with HOT Reload, use
npm run start - Build your project on the src folder.