1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
Unleash is the open source feature toggle service.
Go to file
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
unleash-server Closes #16 - Initial express based server setup. 2020-02-20 08:30:06 +01:00
.gitignore Closes #16 - Initial express based server setup. 2020-02-20 08:30:06 +01:00
.jshintrc Closes #16 - Initial express based server setup. 2020-02-20 08:30:06 +01:00
.travis.yml Add HipChat notifications 2020-02-20 08:30:06 +01:00
LICENSE Initial commit 2014-09-29 14:50:46 +02:00
README.md Initial commit 2014-09-29 14:50:46 +02:00

unleash

feature toggle server + clients