- Fork it!
- Install dependencies:
npm install
- Create your feature branch:
git checkout -b my-new-feature
- Build project:
npm run build:bundle
- Watch src files for changes:
npm run watch
- Run server (in separate terminal window):
npm run start
- Make changes (go to 127.0.0.1:8080/build to see the preview)
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request