This template project utilizes Air for live-reloading during development.
To use this template, you need to have Air and Go installed on your machine.
To get started with this template, follow these steps:
- Use this template to create a new repository.
- Clone the repository to your machine.
- Initialize your Go app with
go mod init. - Run
airto start the live-reloading server.
Happy coding!