This repo contains an example blog starter that is built with Go, and Cosmic.
- Go (I recommend using v1.15 or higher)
go mod download go get github.com/cespare/reflex npm installIn .env you need to add configuration for your Cosmic Bucket
# copy .env.example to .env cp .env.example .envadd BUCKET_SLUG & READ_KEY if required
# Then you can run it by # Note: this command will only run on OSX and Linux. As reflex utility is only compatible on these platforms. # On windows, you can run the application using `go run app.go` npm startOr you can build your application using
npm run buildthen navigate to http://localhost:8080 to access your application
