Skip to content

rpede/react-dotnet-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React + .NET starter

Setup

npm ci --prefix client
docker compose up -d

Use server/DataAccess/generateDb.sql to populate database.

Start server

dotnet run --project server/Api

Start client

npm run dev --prefix client

How to use

  1. Open http://localhost:5173/
  2. Enter some credentials and click "Register"
  3. Go to http://localhost:1080/ and click link in email
  4. Back at http://localhost:5173/ you are now able to login

Scaffold

Make sure you have dotnet-ef installed. You can install it with:

dotnet tool install --global dotnet-ef

In a terminal (git-bash on Windows), do:

cd server/DataAccess
./scaffold.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published