Skip to content

Hasan-Kilici/full-stack-weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

full-stack-weather-app

Go-fiber ve svelte ile yaptığım weather app
image

Front-end'i çalıştırmak için

cd front-end
npm i
npm run dev

Back-end'i çalıştırmak için

cd back-end
go get
go run .