1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/frontend
Youssef Khedher 15bd0fbc84 feat: validate json (#764)
* feat: add isJSON function

* feat: validate JSON input

* feat: add JSON code editor

* feat: add error message for JSON payload

* feat: validate JSON input

* fix: merge conflict

* fix: conflict in AddFeatureVariant

* refactor: remove code editor for JSON input

* fix: update PR based on feedback

* fix: revert yarn.lock

* fix: revert yarn.lock

* fix: update PR based on feedback

* fix: styles

* fix: json input error message

* fix: remove ts-expect-error

* refactor: change inputProps type

* fix: import InputProps
2022-03-07 13:44:46 +01:00
..
.github/workflows
cypress
public
src feat: validate json (#764) 2022-03-07 13:44:46 +01:00
.editorconfig add editorconfig 2016-12-05 23:08:32 +01:00
.gitignore Ignore .env.local 2021-10-11 14:50:48 +02:00
.nvmrc
.prettierignore
.prettierrc
CHANGELOG.md
cypress.json
index.js
LICENSE
package.json 4.9.0-beta.0 2022-03-04 17:30:32 +01:00
README.md refactor: remove craco and wdyr (#753) 2022-03-01 10:56:38 +01:00
renovate.json
tsconfig.json
typings.json
vercel.json
yarn.lock Feat/new constraints (#718) 2022-03-04 17:29:51 +01:00

unleash-frontend

Run with a local instance of the unleash-api:

You need to first start the unleash-api on port 4242 before you can start working on unleash-frontend. Start webpack-dev-server with hot-reload:

cd ~/unleash-frontend
yarn install
yarn run start

Run with a heroku-hosted unleash-api:

cd ~/unleash-frontend
yarn install
yarn run start:heroku

UI Framework

We are using material-ui.

Happy coding!