1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/packages/unleash-frontend-next/README.md

15 lines
161 B
Markdown
Raw Normal View History

## Start developing:
1. start mock-api:
```bash
npm run start:api
```
2. start webpack-dev-server with hot-reload:
```bash
npm run start
```
Happy coding!