To install the dependencies of the front-end side, just enter the folder and type in the terminal:
npm install
For the backend:
dotnet restore
Start the Back-end side with
dotnet start
And then the front-end withnpm run android
( for mobile projects )npm start
( fro web projects )
In this project, i'm going to use Clean Code based architecture. For more information about it, see more here
- MediatR >= 8.0
- NewtonSoft.JSON >= 12.0.3
Still in development.
- Still checking
- Still in development.