Skip to content

dixplo/projet_boards_nathan

Repository files navigation

Projet boards

PPE de Théo Goupil et Nathan PRIOU en 2ème année de BTS Services Informatiques aux Organisations option Solutions Logicielles et Applications Métiers.

Lien vers le projet

https://projet-boards-nathan-theo.herokuapp.com/

Pré-requis pour l'installation

Installation

  • git clone <repository-url> this repository
  • cd projet-boards
  • npm install

Lancer

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Linting

  • npm run lint:hbs
  • npm run lint:js
  • npm run lint:js -- --fix

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links