1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/frontend
2016-12-05 17:04:00 +01:00
..
dist Revert "use li to list apps" 2016-12-05 16:07:16 +01:00
public add explicit entry 2016-11-10 15:39:53 +01:00
src generate header based on routes 2016-12-05 17:04:00 +01:00
.babelrc init 2016-11-10 14:27:06 +01:00
.eslintignore init 2016-11-10 14:27:06 +01:00
.eslintrc init 2016-11-10 14:27:06 +01:00
.gitignore Checkin dist folder to ease local dev. 2016-11-13 11:09:31 +01:00
.travis.yml Rename .travis to .travis.yml 2016-11-10 15:28:34 +01:00
index.html wip 2016-12-04 12:49:01 +01:00
index.js init 2016-11-10 14:27:06 +01:00
package.json remove old stuff 2016-12-04 15:02:45 +01:00
README.md Update README.md 2016-11-14 09:13:56 +01:00
typings.json add typings and ignore 2016-12-04 12:49:28 +01:00
webpack.config.js wip 2016-12-04 12:49:01 +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!