ThanhHoa Starter is a template that helps to quickly initialize projects with the ThanhHoaJS framework on Bun.
$ git clone https://github.com/thanhhoajs/starter.git project
$ cd project
To install the ThanhHoa CLI, you can use npm:
npm install -g @thanhhoajs/cli
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.
After cloning the repository, navigate to the project directory and install the required dependencies:
$ bun install
To start the development server, run:
$ bun dev
Nguyen Nhu Khanh [email protected]