Skip to content

hassan-algo/golook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Look

A Blazingly Fast Front-end framework for Go

Installation Instructions

  1. Install the following dependencies for hot-reloading
    go get -u github.com/gin-gonic/gin
    go get -u github.com/codegangsta/gin

  2. go get tidy

  3. To run the program, (open cmd not powershell if on windows) run this command:
    gin -a 8080 -p 3000 run main.go

    Now you can start editing main.go
    create components in components.go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published