1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-11 00:08:30 +01:00
unleash.unleash/packages/unleash-frontend-next
2020-02-20 08:30:32 +01:00
..
src rename files to lowercase and dashes 2020-02-20 08:30:32 +01:00
.babelrc
.eslintignore
.eslintrc
.gitignore
index.html
index.js
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 POST and PUT on toggles works now, but needs a bit cleanup 2020-02-20 08:30:30 +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!