mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-04 00:18:01 +01:00
.. | ||
src | ||
.babelrc | ||
.eslintignore | ||
.eslintrc | ||
.gitignore | ||
index.html | ||
index.js | ||
jest-preprocessor.js | ||
mock-api.json | ||
package.json | ||
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!