1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/packages/unleash-frontend-next
2020-02-20 08:30:33 +01:00
..
src add icon 2020-02-20 08:30:33 +01:00
.babelrc adde react-toolbox with custom theme hook #153 2020-02-20 08:30:29 +01:00
.eslintignore Added support for fetching data. 2020-02-20 08:30:30 +01:00
.eslintrc
.gitignore added gitignore 2020-02-20 08:30:30 +01:00
index.html fixed more layout to new design #153 2020-02-20 08:30:30 +01:00
index.js add prebulish and index file #153 2020-02-20 08:30:29 +01:00
jest-preprocessor.js
mock-api.json Admin UI tweaking #153 2020-02-20 08:30:30 +01:00
package.json switch to immutable js 2020-02-20 08:30:31 +01:00
README.md Added support for fetching data. 2020-02-20 08:30:30 +01:00
webpack.config.js add simple history 2020-02-20 08:30:32 +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!