1. Make sure you've installed: Nodejs Webpack 2. I suggest you using npm-check-updates to check dependencies's updates 3. Installation npm install 4. Linter to check syntax npm run lint 5. Build npm run build 6. Run in Dev mode npm run dev 7. Run in Production mode npm run prod Or build and run in Production mode in single command npm start 9. Open http://localhost:8000