1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-06 00:07:44 +01:00
unleash.unleash/packages/unleash-frontend-next
2016-11-04 22:25:26 +01:00
..
src List dividers 2016-11-04 22:25:26 +01:00
.babelrc
.eslintignore
.eslintrc add simple metrics ui 2016-10-27 13:12:26 +02:00
.gitignore
index.html
index.js Upgrade and fix lint 2016-10-26 10:43:11 +02:00
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 added vrei for showing client strategies 2016-11-04 16:48:24 +01:00

Start developing:

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

Happy coding!