Skip to content

Learning repo based on Frontend Masters Primeagen class

Notifications You must be signed in to change notification settings

mshornikov/htmx-go-fem-project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a companion repo for the HTMX & Go with ThePrimeagen course on Frontend Masters.

YouTube link

Class materials link

Setup

Add Air package for hot reload

go install github.com/cosmtrek/air@latest

Add alias for convenient development

path+=('~/go/bin')
alias air='~/go/bin/air'

Development

air - to start server with hot reloading

go run cmd/main.go - to run server without hot reloading

go run cmd/class-examples/main.go - to run example server

About

Learning repo based on Frontend Masters Primeagen class

Topics

Resources

Stars

Watchers

Forks

Languages

  • Go 55.5%
  • HTML 41.3%
  • CSS 3.2%