Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daniel-le97/nitro-nano-jsx
https://github.com/daniel-le97/nitro-nano-jsx
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/daniel-le97/nitro-nano-jsx
- Owner: daniel-le97
- Created: 2023-08-17T02:07:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-15T14:41:29.000Z (about 1 year ago)
- Last Synced: 2024-12-09T14:57:54.623Z (about 1 month ago)
- Language: CSS
- Size: 107 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 nodeWIP
Look at the [Nitro documentation](https://nitro.unjs.io/) to learn more.
## Setup
Make sure to install the dependencies:
```bash
# clone the repobun 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.