1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00
unleash.unleash/packages/unleash-frontend-next
2020-02-20 08:30:33 +01:00
..
src update label 2020-02-20 08:30:33 +01:00
.babelrc
.eslintignore
.eslintrc
.gitignore
index.html
index.js
jest-preprocessor.js
mock-api.json
package.json
README.md
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!