Categorygithub.com/shamilsdq/ideaboard-go-svelte
modulepackage
0.0.0-20240714031110-03e200b3523c
Repository: https://github.com/shamilsdq/ideaboard-go-svelte.git
Documentation: pkg.go.dev

# README

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
    

# Packages

No description provided by the author