Skip to content

coreft/coreftdev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coreft

Coreft'in React ve ASP.NET Core ile geliştirilen kurumsal web sitesi.

Docker ile çalıştırma

docker compose up --build -d

Site varsayılan olarak http://localhost:5173 adresinde açılır. Farklı bir port için:

COREFT_PORT=8080 docker compose up --build -d

Konteyner durumunu görmek için docker compose ps, durdurmak için docker compose down komutunu kullanın.

Yerel geliştirme

ASP.NET API:

dotnet run --project server --launch-profile http

React arayüzü:

cd client
npm install
npm run dev

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors