Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daniel-le97/nitro-htmx
https://github.com/daniel-le97/nitro-htmx
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/daniel-le97/nitro-htmx
- Owner: daniel-le97
- Created: 2023-08-21T03:49:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-15T14:41:50.000Z (about 1 year ago)
- Last Synced: 2024-12-09T14:57:54.618Z (about 1 month ago)
- Language: TypeScript
- Size: 58.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nitro Minimal Starter
Look at the [Nitro documentation](https://nitro.unjs.io/) to learn more.
## Setup
Make sure to install the dependencies:
```bash
# npm
npm install# yarn
yarn install# pnpm
pnpm install# bun
bun install
```## 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.