1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/frontend
Christopher Kolstad 22795e251f Migrate to create-react-app and react-scripts (#263)
* Setup create-react-app and typescript

Co-authored-by: Fredrik Oseberg <fredrik.no@gmail.com>
2021-04-07 09:04:48 +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 Migrate to create-react-app and react-scripts (#263) 2021-04-07 09:04:48 +02:00
.editorconfig
.gitignore Migrate to create-react-app and react-scripts (#263) 2021-04-07 09:04:48 +02:00
.nvmrc
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
package.json Migrate to create-react-app and react-scripts (#263) 2021-04-07 09:04:48 +02:00
README.md
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!