Skip to content

AurelienDuval6/agupa1-july-2023

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gestion Stock

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 73.8%
  • HTML 13.3%
  • SCSS 9.2%
  • JavaScript 3.7%