Skip to content
Snippets Groups Projects
Select Git revision
  • bacdbd529ef0fcffa9c3971a615c2f9473ed1990
  • master default
  • datenotunique
  • archives
  • lastToucanUrl
  • urltitle-year
  • lets-hope-for-the-best
  • everything-is-fine
  • feature/change-pdf-endpoint
9 results

api-toucan

Name Last commit Last update
.vscode
backend
frontend
README.md
vetur.config.js

centrale-ei-web

Backend

Project setup

cd backend
npm install

Start and auto-reload for development

npm run dev

Start for production

npm run start

Lint and fix files

npm run lint

Frontend

Project setup

cd frontend
npm install

Compile and hot-reload for development

npm run dev

Compile and minifiy for production

npm run build

Lint and fix files

npm run lint

Customize configuration

See Configuration Reference.