Skip to content
Snippets Groups Projects
Select Git revision
  • 683ce4f3bc4fffb7ed626402387a605352400936
  • master default
  • goodpaths
  • movie-page
  • front-bilel
  • vieille-branche
  • octofront
  • branche-TP-de-Tom
8 results

README.md

Blame
  • user avatar
    Louis-Marie Michelin authored
    683ce4f3
    History

    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.