1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00
Unleash is the open source feature toggle service.
Go to file
ivaosthu 1a68cecb11 Closes #16 - Initial express based server setup.
To start server locally:
npm run start-dev

To execute tests:
npm test
2014-10-20 13:03:43 +02:00
unleash-server Closes #16 - Initial express based server setup. 2014-10-20 13:03:43 +02:00
.gitignore Closes #16 - Initial express based server setup. 2014-10-20 13:03:43 +02:00
.jshintrc Closes #16 - Initial express based server setup. 2014-10-20 13:03:43 +02:00
.travis.yml Add HipChat notifications 2014-09-30 19:43:15 +02:00
LICENSE Update LICENSE 2014-09-29 16:46:35 +02:00
README.md Initial commit 2014-09-29 14:50:46 +02:00

unleash

feature toggle server + clients