Asp.Net CORE 3.1 and React
It's my first experience with React-part and some things can look very strange.
- Download or Clone files form github
- In folder webnote.react open terminal and input
npm install
thennpm start
- After,
cd to WebNote
(asp.net core api - solution) and run in cmddotnet run
to using DataBase
- We can create new Notes and one stored in DB.
- Deleted/Changed our Notes.
- Also, Routes has checking to validate route through SPA.
- Architecture of project (features)
- web api
- Repository pattern
- EF
- Independent layers
Now you need open Cypress from your project root one of the following ways:
./node_modules/.bin/cypress open
Or by using npx
npx cypress open