Skip to content

Sylvain-maillard/hesperides-gui

 
 

Repository files navigation

Hesperides-gui

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.

Build:

Requirements : npm

$ npm install

Run:

Install grunt-cli :

$ npm install grunt-cli -g

Run the server :

$ npm start

It should launch a server available at http://localhost:80 using back on http://localhost:8080

Tests:

Run the webdriver-manager :

$ npm run webdriver-start

Run the protractor tests in other window :

$ npm run protractor

Documentation:

Available at https://voyages-sncf-technologies.github.io/hesperides-gui/

About

Webapplication. Enable file generation from mustache templated file (frontend)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 80.0%
  • HTML 14.2%
  • CSS 5.1%
  • Other 0.7%