1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00
unleash.unleash/frontend
2016-11-24 21:44:21 +01:00
..
dist more event-differ 2016-11-22 22:58:09 +01:00
public
src fix icons 2016-11-24 21:44:21 +01:00
.babelrc
.eslintignore
.eslintrc
.gitignore
.travis.yml
index.html
index.js
package.json add fetch polifill 2016-11-16 22:19:38 +01:00
README.md
webpack.config.js add fetch polifill 2016-11-16 22:19:38 +01:00

Build Status dependencies Status devDependencies Status

Developing

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:

npm run start 

Happy coding!