Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 958 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 958 Bytes

Demo Project

A simple boilerplate to kickstart your development using the INFINI Framework.

Introduction

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.

Quick Start

Follow these steps to clone and run the demo project:

  1. Navigate to your Go workspace:
cd ~/go/src/infini.sh/
  1. Clone the INFINI Framework repository:
git clone [email protected]:infinilabs/framework.git
  1. Clone the demo application repository:
git clone [email protected]:infinilabs/new-app-example.git new_app
  1. Navigate to the new_app directory:
cd new_app
  1. Build the application:
make

For more details, refer to the INFINI Framework Documentation.