- Execute command from root directory
npm install
- Use '
app/index.html' as home page - Edit '
src/js/index.js' & 'src/scss/theme.scss' - Good luck!
- Build sources -
npm run build - Start file watcher for recompiling -
npm run watch - Start webpack dev server -
npm run start - Build sources for production -
npm run production