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 10d95c36e0 fix: metrics invalid date (#248)
* fix: lint

* refactor: return fetch from create

* fix: lint

* fix: change name from featureToggle to createdToggle
2021-03-05 11:33:58 +01:00
..
.github/workflows
public
src fix: metrics invalid date (#248) 2021-03-05 11:33:58 +01:00
.babelrc
.editorconfig
.eslintignore
.eslintrc
.gitignore
.nvmrc
CHANGELOG.md chore: update changelog 2021-02-26 10:45:59 +01:00
index.html
index.js
jest-setup.js
LICENSE
package.json 3.13.3 2021-02-26 10:46:13 +01:00
README.md
typings.json
vercel.json Feature/stale dashboard (#243) 2021-02-25 10:54:53 +01:00
webpack.config.js
yarn.lock Feature/stale dashboard (#243) 2021-02-25 10:54:53 +01: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!