##Available commands to run with npm run:
Available commands to run with npm run:
start: build the production package and run the production serverstart:dev: build the dev package and run the server in dev mode (no universal rendering ‚ auto-restarts on changes)build: build the production packagebuild:dev: build the dev packagebuild:dev:watch: build the dev package in watch mode (listen for changes and re-build immediately)
- Install the total.js, webpack and babel modules
npm install
-
Start the server from the root directory of project
-
Visit http://localhost:8000