Hesperides is an open source tool with a frontend (hesperides-gui) and a backend (hesperides).
It lets you easily generate content from a template file (using mustache) in a given environment.
Go to https://github.com/voyages-sncf-technologies/hesperides to handle hesperides backend.
Requirements : npm
$ npm installInstall grunt-cli :
$ npm install grunt-cli -gRun the server :
$ npm startIt should launch a server available at http://localhost:80 using back on http://localhost:8080
Run the webdriver-manager :
$ npm run webdriver-startRun the protractor tests in other window :
$ npm run protractorAvailable at https://voyages-sncf-technologies.github.io/hesperides-gui/