Skip to content

dewadg/go-playground-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Playground Web

image

Frontend part of Go Playground API.

Basically just another Go playground that I build for learning purpose.

How to run

Note: Run Go Playground API first!

Create new file .env.local by copying from .env.example. Set required variables in there.

npm i

npm run dev