Software to install:
- Chrome
- Nodejs (wih Volta)
- VSCode
- Git
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 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
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
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