- Install dependencies Install modules defined in go.mod
go mod download
- Create database
go run scripts/gqlgen.go init
if you start new project, run the following command before the upper one.
rm graph/schema.resolvers.go && gqlgen generate
- Install air if you want hot reloading you can use hot reoloading with air.
Go to the fronend folder and run the following commands.
npm install
npm run start