Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/daniel-le97/nitro-nano-jsx


https://github.com/daniel-le97/nitro-nano-jsx

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

# Nitro-Nano-Jsx Starter

## main branch uses bun for package management and for production
at the moment this also requires node to be installed until bun v1.0
check node branch for node

WIP

Look at the [Nitro documentation](https://nitro.unjs.io/) to learn more.

## Setup

Make sure to install the dependencies:

```bash
# clone the repo

bun create daniel-le97/nitro-nano-jsx

# install deps
bun install

# run dev server
bun run dev

# build for production
bun run build

# preview your production build
bun run preview
```

## Development Server

Start the development server on

```bash
npm run dev
```

## Production

Build the application for production:

```bash
npm run build
```

Locally preview production build:

```bash
npm run preview
```

Check out the [deployment documentation](https://nitro.unjs.io/deploy) for more information.