Another service desk application.
This project is intended to be used as a basis for studies and in the construction of a Course Completion Work, of the Technology in Systems Analysis and Development course.
- Node.js ^18 or ^16 or ^14.19
- Yarn 1.21.1
git clone [email protected]:chamado-app/chamado-app-pwa.git
# or
git clone https://github.com/chamado-app/chamado-app-pwa.git
cd chamado-app-pwa
Install node libraries
yarn install
Running in dev mode
yarn dev
Building for production
yarn build
# unit tests
yarn run test
# test coverage
yarn run test:ci