Rushclin / books-library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Books library

Projet de digitalisation des revues. Publiez vos differentes revues ici et nous les mettons à disposition

Comment demarrer le projet

Prérequis

  • Node 14
  • Yarn 1.22

Cloner le projet

    git clone https://github.com/Rushclin/books-library.git

Se déplacer

    cd books-library

Verifier sa version de NodeJS dans un terminal

    node -v

Verifier sa version de yarn

    yarn -v

Se positionner sur develop

    git checkout develop

Creer sa branche de travail

    git checkout -b nom_branche

Installer les dependances

    yarn install

Demarrer le projet en local

    yarn run dev

Effectuer un build

    yarn run build

Demarrer le projet dans sa version miniale

    yarn run start

About


Languages

Language:JavaScript 100.0%