Browser based react/pixie mixup using webpack
- Fork this project into your github account
- Clone fork on your machine
- In project folder:
npm install
- Start dev server:
npm start - To run the application open
http://localhost:8080/webpack-dev-server/ - To run tests open
http://localhost:8080/webpack-dev-server/test - (Build release version to ./release:
npm run-script webpack)