frontend-starter Webpack starter for frontend projects. Pre-requisites: Node 8.0.0+ installed. Steps: Clone the project. Run npm install For development, run npm start For production, run npm run build Don't forget to update the project title in: package.json README.md webpack.config.js index.html index.js