Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/falkz/vite-starter-node-ts
https://github.com/falkz/vite-starter-node-ts
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/falkz/vite-starter-node-ts
- Owner: FalkZ
- Created: 2024-05-02T20:49:29.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-05-20T18:48:22.000Z (6 months ago)
- Last Synced: 2024-05-20T22:11:11.419Z (6 months ago)
- Language: TypeScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vite Starter Node Typescript
This is a simple starter template for a Node.js project using the Vite bundler and watch mode.
It will automatically run your built files when in watch mode.## Getting started
```bash
pnpm dlx degit https://github.com/FalkZ/vite-starter-node-ts my-project
pnpm install
# runs project in watch mode
pnpm dev
# builds project
pnpm build
```