A simple boilerplate to kickstart your development using the INFINI Framework.
This demo project showcases how to set up and use the INFINI Framework to build high-performance Golang applications. It provides a ready-to-use structure and commands, allowing you to focus on your application's logic without worrying about repetitive setup tasks.
Follow these steps to clone and run the demo project:
- Navigate to your Go workspace:
cd ~/go/src/infini.sh/
- Clone the INFINI Framework repository:
git clone git@github.com:infinilabs/framework.git
- Clone the demo application repository:
git clone git@github.com:infinilabs/new-app-example.git new_app
- Navigate to the new_app directory:
cd new_app
- Build the application:
make
For more details, refer to the INFINI Framework Documentation.