Skip to content

Dev env bootstrap

Bootstrap a full dev environment including :

  • in the /app dir, a JavasScript/React frontend Web app
  • in the /api dir, a JavaScript/NodeJS backend API server
  • in the /doc dir, a multilingual documentation, including a fully documented dev env install procedure
  • a Web reverse-proxy
  • on the / URI, the Web app
  • on the /api/* URI, the API Web server
  • on the /admin URI, the GitLab UI
  • a GitLab instance, mean to be hidden behind the NodeJS proxy or to be used as an admin UI
  • an automated/virtualized dev environment install mechanism powered by Vagrant+Ansible
  • auto build/serve the API and the Web app when the dev VM is running

Merge request reports