| Tech | Reason |
|---|---|
| Mockgen | Test |
| TailwindCss | CSS |
| Viper | Configurations |
| go-bindata | Binary Assets |
Go assetsbuild and install dependencies
npm installFor building css
npx tailwindcss -i ./css/input.css -o ../public/assets/css/index.css
Back to main directory and run
go mod download
Generate assets binary
go-bindata ./public/assets/...
Install dependencies
make installBuilding assets
make build-assetsRun with local configuration
make run-localRun with prod configuration
make run-prod