1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-04 00:18:01 +01:00
unleash.unleash/packages/unleash-frontend-next
2016-10-25 19:55:56 +02:00
..
src fix typ0 and use chip instead of label 2016-10-25 19:55:56 +02:00
.babelrc
.eslintignore
.eslintrc
.gitignore
index.html
index.js
jest-preprocessor.js
mock-api.json
package.json switch to immutable js 2016-10-17 22:03:52 +02:00
README.md
webpack.config.js POST and PUT on toggles works now, but needs a bit cleanup 2016-10-17 17:26:01 +02:00

Start developing:

  1. start mock-api:
npm run start:api 
  1. start webpack-dev-server with hot-reload:
npm run start 

Happy coding!