Task Assignee and Manager
npm install
Terminal 1 npm start // to watch project
Terminal 2 npm run build-css // to watch scss
Browse to http://localhost:9000
.
npm run dev
This will start a webpack dev server with hot reloading at
http://localhost:9000
.
npm run build
This will build and uglify files to dist/
ready to push to production.
and need to change path in index.html of index.css from src/ to ./