1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00
unleash.unleash/frontend
2016-11-10 16:09:48 +01:00
..
public add explicit entry 2016-11-10 15:39:53 +01:00
src fix /api path 2016-11-10 16:09:48 +01:00
.babelrc
.eslintignore
.eslintrc
.gitignore
.travis.yml
index.html
index.js
jest-preprocessor.js
mock-api.json
package.json fix /api path 2016-11-10 16:09:48 +01:00
README.md
webpack.config.js

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!