mirror of
https://github.com/Unleash/unleash.git
synced 2025-11-10 01:19:53 +01:00
* 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 |
||
|---|---|---|
| .. | ||
| .github/workflows | ||
| cypress | ||
| public | ||
| src | ||
| .editorconfig | ||
| .gitignore | ||
| .nvmrc | ||
| .prettierignore | ||
| .prettierrc | ||
| CHANGELOG.md | ||
| cypress.json | ||
| index.js | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| renovate.json | ||
| tsconfig.json | ||
| typings.json | ||
| vercel.json | ||
| yarn.lock | ||
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!