1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00
unleash.unleash/frontend
sighphyre d8d510be22 fix: change rollout datatype to int
Gradual rollout has the rollout property specified as a string in
both the client spec tests and our API docs and the Rust SDK expects
that contract to be upheld. This commit changes the datatype of rollout
from an int to a string
2022-03-22 16:00:54 +02:00
..
.github/workflows
cypress fix: change rollout datatype to int 2022-03-22 16:00:54 +02:00
public
src fix: change rollout datatype to int 2022-03-22 16:00:54 +02:00
.editorconfig
.gitignore
.nvmrc
.prettierignore
.prettierrc
CHANGELOG.md
cypress.json
index.js
LICENSE
package.json chore(deps): update dependency prettier to v2.6.0 2022-03-16 15:09:17 +00:00
README.md
renovate.json
tsconfig.json
typings.json
vercel.json
yarn.lock chore(deps): update dependency prettier to v2.6.0 2022-03-16 15:09:17 +00: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!