1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00
unleash.unleash/frontend
2016-11-16 21:58:30 +01:00
..
dist update bundle 2016-11-16 00:22:29 +01:00
public
src Clear input store when user cancel. 2016-11-16 21:58:30 +01:00
.babelrc
.eslintignore
.eslintrc
.gitignore Checkin dist folder to ease local dev. 2016-11-13 11:09:31 +01:00
.travis.yml
index.html
index.js
package.json remove unused files 2016-11-14 09:49:38 +01:00
README.md Update README.md 2016-11-14 09:13:56 +01:00
webpack.config.js Make build produce a production build 2016-11-10 22:49:28 +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!