Skip to content

betagouv/aplus

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
app
 
 
bin
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Administration+

Code

Commande

  • Lancer une base de donnée PostgreSQL avec docker-compose : docker-compose up db

  • Lancer un serveur Play de dev avec docker-compose : docker-compose up web

  • Pour lancer le serveur sans docker sbt run (Vous pouvez regarder les variables d'environnement indispensables dans le docker-compose.yml et la liste des variables dans le application.conf)

  • Les commandes pour le frontend sont dans package.json : npm run watch (dev), npm run clean (supprime ce qui a été installé par npm install), npm run build (bundle prod)