ReactJS web app - CRUD consuming the mutant-api application
To run this project, you will need to add the following environment variables to your .env file
VITE_API_BASE_URL=
Install dependencies with npm
npm install
Run the development server:
npm run dev
Open http://localhost:5173 with your browser to see the result.