1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/frontend
Ivar Conradi Østhus b3436b5ae6 fix: make admin pages work for OSS and enterprise (#268)
* fix: make admin pages work for OSS and enterprise

* fix: more admin tuning

* fix: project mgm access
2021-04-16 11:31:47 +02:00
..
.github/workflows
public Fix/material UI cleanup (#264) 2021-04-12 15:04:03 +02:00
src fix: make admin pages work for OSS and enterprise (#268) 2021-04-16 11:31:47 +02:00
.editorconfig
.gitignore
.nvmrc
.prettierrc Fix/material UI cleanup (#264) 2021-04-12 15:04:03 +02:00
CHANGELOG.md chore: update changelog 2021-04-12 20:21:56 +02:00
index.js
LICENSE
package.json 4.0.0-alpha.3 2021-04-12 20:22:08 +02:00
README.md
tsconfig.json
typings.json
vercel.json
yarn.lock

Build Status

Developing

Run with together with local 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
npm install
npm run start 

Run with heroku hosted unleash-api:

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

UI Framework

We are using material-ui.

Happy coding!