Reactivities | Udemy .NET course
social network application that allows users to sign up to events
- Install client dependencies
cd client npm install
- Running client
cd client
npm start
- Running server
dotnet watch run
social network application that allows users to sign up to events
cd client npm install
cd client
npm start
dotnet watch run