Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 331 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 331 Bytes

ideaboard-go-svelte

Ideaboard application built using Gorilla and Svelte.

Setting up in local:

  1. Setup .env file at project root (refer .env.example)
  2. Start Svelte app inside the client folder:
    cd client
    yarn dev
    
  3. Start Golang server at project root:
    DEBUG=true go run main.go