1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/frontend
2019-10-05 08:23:13 +02:00
..
public fix: Add new locales: cz, de 2019-07-29 10:38:03 +02:00
src chore: Added official sdk in the footer (#189) 2019-10-03 19:21:26 +02:00
.babelrc
.editorconfig
.eslintignore
.eslintrc
.gitignore chore: update .gitignore 2019-10-05 08:23:13 +02:00
.travis.yml chore: Fix linting 2019-03-13 09:11:30 +01:00
CHANGELOG.md chore: update CHANGELOG.md 2019-07-29 10:43:53 +02:00
index.html
index.js
jest-setup.js
LICENSE
package.json 3.2.6 2019-07-29 10:52:40 +02:00
README.md Fix #180 (#181) 2019-06-07 11:48:56 +02:00
typings.json
webpack.config.js
yarn.lock chore: Update redux* to latest versions 2019-03-13 09:26:42 +01:00

Build Status dependencies Status devDependencies Status Greenkeeper badge

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

Happy coding!