An event planning website where you can RSVP to events, or create them
- Go into the API folder
cd API/ - Start the .NET backend using
dotnet watch --no-hot-reload - Open a new terminal
- Go into the React/client folder
cd client-app - Install all dependencies using
npm install - Start the React app using
npm start