This is my repository for my Website using React as frontend and GoLang as backend.
For frontend development the package livereload is used to automaticly reload the website on change.
npm run start
For backend development only the main.go need to be started.
go run main.go
Key | Type |
---|---|
WEBSITE_PORT | int |
DATABASE_USER | string |
DATABASE_PASSWORD | string |
DATABASE_PORT | int |
MAIL_USERNAME | string |
MAIL_PASSWORD | string |
GHOST_KEY | string |
Use Pipeline as deployment