Skip to content

mastrojs/template-basic-bun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mastro Template Basic for Bun

This is a basic TypeScript template for Mastro when using Bun.

Click the green Use this template button in the top right to create your own copy of this repository. Then clone the Code to your computer.

Run locally

The first time, you need to:

bun install

After that, to start the server:

bun run start

and open http://localhost:8000 in your browser.

To generate the whole static site (this will create a generated folder):

bun run generate

Next steps

To see how Mastro works, follow the guide.

To make sure you're on the latest Mastro version:

bun update @jsr/mastrojs__mastro --latest

Deploy to production

About

Basic template for a Mastro project using Bun

Resources

Stars

Watchers

Forks