@andreabiagini5/applicazioni-e-servizi-web-project - v1.0.0
ASW-project
Project for Applicazioni e Servizi Web.
Follow this link to see project documentation: Documentation
SonarCloud











NPM Custom Commands
- Set git hooks:
npm run set-hooks
- Install dependencies:
npm install
- Build the project:
npm run build
- Build the client:
npm run build:client
- Build the server:
npm run build:server
- Start the project (both client and server):
npm run start
- Start the client:
npm run start:client
- Start the server:
npm run start:server
- Run the tests (both client, unit and e2e, and server):
npm run test
- Run the client tests:
npm run test:client
- Run the server tests:
npm run test:server
- Serve the project (both client and server):
npm run serve
- Serve the client:
npm run serve:client
- Serve the server:
npm run serve:server
- Typecheck the project (both client and server):
npm run type-check
- Typecheck the client:
npm run type-check:client
- Typecheck the server:
npm run type-check:server
- Format the project (both client and server):
npm run format
- Lint the project (both client and server):
npm run lint
- Lint the client:
npm run lint:client
- Lint the server:
npm run lint:server