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:31 +01:00
..
src add strategies 2020-02-20 08:30:31 +01:00
.babelrc
.eslintignore
.eslintrc
.gitignore
index.html
index.js
jest-preprocessor.js
mock-api.json
package.json
README.md
webpack.config.js

Start developing:

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

Happy coding!