1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/frontend
Fredrik Strand Oseberg c4f44f7558 fix: allow permissions to be checked without project being defined (#282)
* fix: allow permissions to be checked without project being defined

* fix: change order

Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-05-04 21:25:35 +02:00
..
.github/workflows
public Feat/bootstrap (#281) 2021-05-04 09:59:42 +02:00
src fix: allow permissions to be checked without project being defined (#282) 2021-05-04 21:25:35 +02:00
.editorconfig
.gitignore
.nvmrc
.prettierrc
CHANGELOG.md chore: update changelog 2021-05-02 20:46:02 +02:00
index.js
LICENSE
package.json 4.0.0-alpha.12 2021-05-02 20:46:40 +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!