This repo is a workshop for TDD testing for both Backend and Frontend. It is a simple serverless web app that contains a few serverless API endpoints built with Azure Serverless Functions, and the UI built using React.
Each branch in this repo represents a step in the workshop. The master branch is the starting point and each subsequent branch builds on the previous one.
Good luck!
Node 20.x or later Git Your favorite code editor (I recommend Visual Studio Code) Vitest SWA CLI Vite
- Clone the repo
- Checkout the
main
branch npm install
cd
into theapi
directory and runnpm install
cd
into theapi
directory- Run
npm start
- Run
npm start