1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-03-23 00:16:25 +01:00
unleash.unleash/frontend
dependabot[bot] 982ed4a441 chore(deps): bump ssri from 6.0.1 to 6.0.2 (#270)
Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/npm/ssri/releases)
- [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md)
- [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-23 13:29:36 +02:00
..
.github/workflows Migrate to create-react-app and react-scripts (#263) 2021-04-07 09:04:48 +02:00
public Fix/material UI cleanup (#264) 2021-04-12 15:04:03 +02:00
src fix: lint 2021-04-23 12:21:15 +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
.prettierrc Fix/material UI cleanup (#264) 2021-04-12 15:04:03 +02:00
CHANGELOG.md Feat/add new user (#273) 2021-04-23 10:59:11 +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 4.0.0-alpha.7 2021-04-22 10:48:46 +02:00
README.md chore: update readme 2021-04-09 13:29:39 +02: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 chore(deps): bump ssri from 6.0.1 to 6.0.2 (#270) 2021-04-23 13:29:36 +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!