1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00
unleash.unleash/unleash-server
ivaosthu 4a84149b63 Closes #16 - Initial express based server setup.
To start server locally:
npm run start-dev

To execute tests:
npm test
2020-02-20 08:30:06 +01:00
..
lib Closes #16 - Initial express based server setup. 2020-02-20 08:30:06 +01:00
public Closes #16 - Initial express based server setup. 2020-02-20 08:30:06 +01:00
test Closes #16 - Initial express based server setup. 2020-02-20 08:30:06 +01:00
package.json Closes #16 - Initial express based server setup. 2020-02-20 08:30:06 +01:00
README.md Closes #16 - Initial express based server setup. 2020-02-20 08:30:06 +01:00
server.js Closes #16 - Initial express based server setup. 2020-02-20 08:30:06 +01:00

unleash-server

unleash-server is a place to ask for the status of features.

Important commands:

//Start server in dev-mode:
npm run start-dev

//Admin dashboard
http://localhost:4242

//Feature API:
http://localhost:4242/features


//Execute tests:
npm test