1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00
unleash.unleash/frontend
Fredrik Strand Oseberg 1f46d3b21b Fix/cleanup (#276)
* chore: update changelog

* 4.0.0-alpha.10

* fix: add dnd provider as top level wrapper

* fix: add forgotten password link to password auth

* fix: remove unecceesary dnd component

* fix: check for usedTokenError
2021-04-27 09:48:00 +02:00
..
.github/workflows
public
src Fix/cleanup (#276) 2021-04-27 09:48:00 +02:00
.editorconfig
.gitignore
.nvmrc
.prettierrc
CHANGELOG.md Fix/cleanup (#276) 2021-04-27 09:48:00 +02:00
index.js
LICENSE
package.json Fix/cleanup (#276) 2021-04-27 09:48:00 +02:00
README.md
tsconfig.json
typings.json
vercel.json
yarn.lock Feat/user profile (#274) 2021-04-23 13:49:42 +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

We are using material-ui.

Happy coding!