You can find the slides online here.
The project requires Node.js 18 or higher. It was tested with Node.js 18.18 and 20.9.
npm install
npm start
This repository contains configuration for both prettier and eslint. You can run the following commands to format and lint your code.
npm run format # Formats your code
npm run lint # Check for linting errors
The following is not required at the beginning of the workshop. I will let you know when to use them but put them here for reference.
npm run start:backend # Start the backend server
npm test # Run tests