stub out webapp & Set up a go skeleton that works with the underlying FE js

This commit is contained in:
Barak Michener 2020-11-11 20:08:54 -08:00
commit 35325c74d0
16 changed files with 2869 additions and 0 deletions

8
web/tailwind.config.js Normal file
View file

@ -0,0 +1,8 @@
module.exports = {
purge: false,
theme: {
extend: {},
},
variants: {},
plugins: [],
}