Install dependencies with npm install
.
Note: This project requires at least Node v16
Start the server with
npm run dev
You can visit the running application at http://localhost:3000
You can run eslint with the following command:
npm run lint
The tests can be run with:
npm run test
# or
npm test