/full-stack-weather-app

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

Primary LanguageGo

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 .