Skip to content

Tabintel/go-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Tools for your Frontend Projects

This repository demonstrates the use of various Go tools for frontend projects.

  • Fiber: A fast, express-style web framework for Go.
  • Buffalo: A web development eco-system in Go for building web applications and APIs.
  • Grift: A task runner and scheduler for Go, useful for automating tasks in your project.
  • Gomponents: A library for building reusable and composable HTML components in Go.
  • Present: A tool for creating and delivering interactive presentations in Go.

I wrote an article on FreeCodeCamp on these tools. It's a great read! 😃

Usage

Each tool is in a separate directory with code examples. Read the article and follow the steps on how to use the Go tools.