1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-01 00:08:27 +01:00
unleash.unleash/packages/unleash-frontend-next
2016-10-27 13:12:26 +02:00
..
src add simple metrics ui 2016-10-27 13:12:26 +02:00
.babelrc adde react-toolbox with custom theme hook #153 2016-09-13 23:30:45 +02:00
.eslintignore Added support for fetching data. 2016-09-28 23:02:23 +02:00
.eslintrc add simple metrics ui 2016-10-27 13:12:26 +02:00
.gitignore added gitignore 2016-09-16 21:55:23 +02:00
index.html fixed more layout to new design #153 2016-09-30 14:29:51 +02:00
index.js Upgrade and fix lint 2016-10-26 10:43:11 +02:00
jest-preprocessor.js Setup react, webpack, babel, hmr etc #153 2016-09-13 23:30:06 +02:00
mock-api.json Admin UI tweaking #153 2016-09-30 22:37:41 +02:00
package.json switch to immutable js 2016-10-17 22:03:52 +02:00
README.md Added support for fetching data. 2016-09-28 23:02:23 +02:00
webpack.config.js add simple metrics ui 2016-10-27 13:12:26 +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!