Skip to content
/ starter Public template

ThanhHoa Starter is a template that helps to quickly initialize projects with ThanhHoaJS framework on Bun

Notifications You must be signed in to change notification settings

thanhhoajs/starter

Repository files navigation

ThanhHoa Logo

ThanhHoa Starter

ThanhHoa Starter is a template that helps to quickly initialize projects with the ThanhHoaJS framework on Bun.

Installation

Method 1: Clone the Starter Repository

$ git clone https://github.com/thanhhoajs/starter.git project
$ cd project

Method 2: Install ThanhHoa CLI

Install the ThanhHoa CLI

To install the ThanhHoa CLI, you can use npm:

npm install -g @thanhhoajs/cli

Usage

To create a new project with ThanhHoaJS:

thanhhoa new project

This command will create a directory named project containing the source code for your ThanhHoaJS project.

Install Dependencies

After cloning the repository, navigate to the project directory and install the required dependencies:

$ bun install

Start Development Server

To start the development server, run:

$ bun dev

Author

Nguyen Nhu Khanh [email protected]

About

ThanhHoa Starter is a template that helps to quickly initialize projects with ThanhHoaJS framework on Bun

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published