Initial Go project structure; added some styles w/ SASS via Grunt

This commit is contained in:
2022-11-25 13:33:27 -05:00
parent 5581f0de90
commit 8c7d2fd026
13 changed files with 3338 additions and 1 deletions

9
.gitignore vendored
View File

@ -21,3 +21,12 @@
# Go workspace file
go.work
# Compiled Go binary
colossus
# Compiled CSS/JS
public/css/
public/js/
# NPM dependencies for Grunt
node_modules/