Skip to content

HoagieClub/template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hoagie Template

Hoagie Club's app template repository.

Getting Started

Prerequisites

Before you begin, ensure you have Bun installed. You can install Bun via Homebrew using the following command:

brew install bun

Installation

To install the necessary dependencies, run:

bun install

Running the App

Once the dependencies are installed, you can start the development server by running:

bun run dev

The app will now be running locally, and you can view it in your browser at localhost:3000.

Backend

The backend setup depends on the specific Hoagie Club app you're working on. Refer to the app-specific documentation for backend details.

License

This project is licensed under the MIT License. See the LICENSE file for details.