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 524936912d Feat/user flow (#267)
* feat: add new user page

* feat: passwordchecker

* fix: remove loading

* feat: reset password

* fix: move swr to devDeps

* feat: generate reset link

* feat: add reset password form

* fix: remove console log

* fix: rename to forgotten password

* feat: add simple menu

* fix: change password checker title

* fix: change text in new-user view

* fix: lint errors

* fix: add status code to constants

* fix: comment

* fix: add classes for new user component

* fix: tests

* fix: remove console log

* fix: remove retry method

* fix: invalid token constant

* fix: remove console log

* fix: dependency array on useCallback

* fix: featureview

* fix: redirect on authenticated

* refactor: progresswheel

* fix: lint deps
2021-04-19 10:55:15 +02:00
..
.github/workflows
public Fix/material UI cleanup (#264) 2021-04-12 15:04:03 +02:00
src Feat/user flow (#267) 2021-04-19 10:55:15 +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 Feat/user flow (#267) 2021-04-19 10:55:15 +02:00
README.md chore: update readme 2021-04-09 13:29:39 +02:00
tsconfig.json
typings.json
vercel.json
yarn.lock Feat/user flow (#267) 2021-04-19 10:55:15 +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!