1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/frontend
2016-11-10 15:03:38 +01:00
..
src init 2016-11-10 14:27:06 +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 init 2016-11-10 14:27:06 +01:00
.travis Adding travis 2016-11-10 15:03:38 +01:00
index.html init 2016-11-10 14:27:06 +01:00
index.js init 2016-11-10 14:27:06 +01:00
jest-preprocessor.js init 2016-11-10 14:27:06 +01:00
mock-api.json init 2016-11-10 14:27:06 +01:00
package.json Adding travis 2016-11-10 15:03:38 +01:00
README.md update readme 2016-11-10 14:50:04 +01:00
webpack.config.js init 2016-11-10 14:27:06 +01:00

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!