1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/frontend
2019-07-29 10:17:55 +02:00
..
public feat: Support a few more locales 2019-05-04 05:46:15 +02:00
src feat: boolean strategy paramters 2019-05-07 20:44:29 +02:00
.babelrc
.editorconfig
.eslintignore
.eslintrc
.gitignore
.travis.yml chore: Fix linting 2019-03-13 09:11:30 +01:00
CHANGELOG.md chore: update changelog 2019-05-10 10:06:56 +02:00
index.html
index.js
jest-setup.js
LICENSE
package.json 3.2.5 2019-07-29 10:17:55 +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!