mirror of
https://github.com/Unleash/unleash.git
synced 2025-10-27 11:02:16 +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!