mirror of
https://github.com/kevin-DL/gothstarter.git
synced 2026-01-11 10:04:34 +00:00
9 lines
127 B
Makefile
9 lines
127 B
Makefile
run: build
|
|
@./bin/app
|
|
|
|
build:
|
|
@go build -o bin/app .
|
|
|
|
|
|
css:
|
|
tailwindcss -i views/css/app.css -o public/styles.css --watch
|