mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-14 00:19:16 +01:00
Update developer-guide.md
This commit is contained in:
parent
f7758bbffd
commit
c5fbf0ac75
@ -36,19 +36,14 @@ We have created a script to ease this process: `scripts/docker-postgres.sh`
|
|||||||
// Install dependencies
|
// Install dependencies
|
||||||
npm install
|
npm install
|
||||||
|
|
||||||
// Build unleash-frontend
|
|
||||||
// (yes this is a bit wierd and be easier when we have a release of the frontend artifact).
|
|
||||||
// You can of course "npm link unleash-frontend" instead
|
|
||||||
cd node_modules/unleash-frontend && npm install
|
|
||||||
|
|
||||||
// Start server in development
|
// Start server in development
|
||||||
npm start:dev
|
npm start:dev
|
||||||
|
|
||||||
// Admin dashboard
|
// Unleash UI
|
||||||
http://localhost:4242
|
http://localhost:4242
|
||||||
|
|
||||||
// Feature API:
|
// API:
|
||||||
http://localhost:4242/api/features
|
http://localhost:4242/api/
|
||||||
|
|
||||||
// Execute tests in all packages:
|
// Execute tests in all packages:
|
||||||
npm test
|
npm test
|
||||||
|
Loading…
Reference in New Issue
Block a user