1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00
unleash.unleash/frontend
Ivar Conradi Østhus 5166198f07 Feat: admin users (#266)
* fix: make it work

* fix: cleanup add/update users a bit

* fix: fix

* fix: fine tune
2021-04-09 13:25:39 +02:00
..
.github/workflows Migrate to create-react-app and react-scripts (#263) 2021-04-07 09:04:48 +02:00
public Migrate to create-react-app and react-scripts (#263) 2021-04-07 09:04:48 +02:00
src Feat: admin users (#266) 2021-04-09 13:25:39 +02:00
.editorconfig add editorconfig 2016-12-05 23:08:32 +01:00
.gitignore Migrate to create-react-app and react-scripts (#263) 2021-04-07 09:04:48 +02:00
.nvmrc Add tag feature 2021-01-18 09:26:32 +01:00
CHANGELOG.md chore: update changelog 2021-03-30 15:52:14 +02:00
index.js Migrate to create-react-app and react-scripts (#263) 2021-04-07 09:04:48 +02:00
LICENSE fix: license year to 2020 2020-05-12 22:40:05 +02:00
package.json Migrate to create-react-app and react-scripts (#263) 2021-04-07 09:04:48 +02:00
README.md fix: remove deprecated badges 2020-11-23 21:34:38 +01:00
tsconfig.json Migrate to create-react-app and react-scripts (#263) 2021-04-07 09:04:48 +02:00
typings.json Feat/material UI (#250) 2021-03-30 15:14:02 +02:00
vercel.json Feat/material UI (#250) 2021-03-30 15:14:02 +02:00
yarn.lock Migrate to create-react-app and react-scripts (#263) 2021-04-07 09:04:48 +02:00

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

Currently using react-mdl which is a deprecated and closed project.

Happy coding!