# README
ideaboard-go-svelte
Ideaboard application built using Gorilla and Svelte.
Setting up in local:
- Setup
.env
file at project root (refer.env.example
) - Start Svelte app inside the client folder:
cd client yarn dev
- Start Golang server at project root:
DEBUG=true go run main.go
# Packages
No description provided by the author