1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-27 11:02:16 +01:00
unleash.unleash/packages/unleash-frontend-next
2020-02-20 08:30:33 +01:00
..
src started on error-component 2020-02-20 08:30:33 +01:00
.babelrc
.eslintignore
.eslintrc
.gitignore
index.html
index.js Upgrade and fix lint 2020-02-20 08:30:33 +01:00
jest-preprocessor.js
mock-api.json
package.json switch to immutable js 2020-02-20 08:30:31 +01:00
README.md
webpack.config.js Upgrade and fix lint 2020-02-20 08:30:33 +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!