Go to file
2024-07-04 12:46:08 +03:00
assets Modified Makefile to use 'go run' or 'npx' to run command line tools 2024-07-04 12:46:08 +03:00
components Modified Makefile to use 'go run' or 'npx' to run command line tools 2024-07-04 12:46:08 +03:00
.gitignore Added echo as backend web server 2024-06-21 03:23:21 +03:00
go.mod Modified Makefile to use 'go run' or 'npx' to run command line tools 2024-07-04 12:46:08 +03:00
go.sum Modified Makefile to use 'go run' or 'npx' to run command line tools 2024-07-04 12:46:08 +03:00
main.go Added echo as backend web server 2024-06-21 03:23:21 +03:00
Makefile Modified Makefile to use 'go run' or 'npx' to run command line tools 2024-07-04 12:46:08 +03:00
README.md Added echo as backend web server 2024-06-21 03:23:21 +03:00
tailwind.config.js Added echo as backend web server 2024-06-21 03:23:21 +03:00

Build instructions

Development

Simply run make from the root directory and access the app at http://localhost:8090/

Production

Not yet