1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/frontend
2022-03-23 14:49:01 +02:00
..
.github/workflows
cypress refactor: avoid splash pages in e2e tests (#810) 2022-03-23 12:45:23 +01:00
public
src refactor: restrict API tokens to enabled environments (#809) 2022-03-23 12:55:00 +01:00
.editorconfig
.gitignore
.nvmrc Set .nvmrc to 14 to reflect new requirement of node 2021-05-06 09:35:02 +02:00
.prettierignore
.prettierrc refactor: format files (#719) 2022-02-18 09:51:10 +01:00
CHANGELOG.md
cypress.json
index.js
LICENSE
package.json 4.9.0 2022-03-23 14:49:01 +02:00
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!