Skip to content

Latest commit

 

History

History
57 lines (43 loc) · 559 Bytes

README.md

File metadata and controls

57 lines (43 loc) · 559 Bytes

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