Skip to content

jlg-formation/agupa1-july-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gestion Stock

Prerequisites

Software to install:

  • Chrome
  • Nodejs (wih Volta)
  • VSCode
  • Git

Install

git clone https://github.com/jlg-formation/agupa1-july-2023.git
cd agupa1-july-2023
cd back
npm i
cd ..
cd front
npm i

Start in dev

Start the back-end server

cd agupa1-july-2023
cd back
npm start

Start the Angular frontend in dev

cd agupa1-july-2023
cd front
npm start

Start in prod

Build Front End

cd agupa1-july-2023
cd front
npm run build

Build back end

cd agupa1-july-2023
cd back
npm run build

Start the backend

cd agupa1-july-2023
cd back
npm run start:prod

Misc

npx ng g m toto -m app --dry-run
npx ng g c toto/titi --export --dry-run

npx ng lint
npx ng test
npx ng e2e

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published