Install globally webpack-dev-server:
npm install -g webpack-dev-server
git clone https://github.com/denlight/bowling-app
npm install
Create your app in src diretory.
Commands:
npm start
- run dev-server on port 9000 then navigate to http://localhost:9000npm test
- run tests