## node-base-ts

A minimalist starter template for VanJS.

### Features

- NodeJS Configuration (works with any runtime)
- Single Page Application (SPA)
- TypeScript Support

### Scripts

- `npm run dev` - Start the development server
- `npm run build` - Build for production
- `npm run start` - Start the app in production mode
- `npm run preview` - Preview the production build
- `npm run serve` - Vite serves the app on the network.

### What's included

- `vanjs-core` - The VanJS core library for building reactive UIs.

### Resources

- [vanjs-core](https://vanjs.org/tutorial): The Official VanJS Tutorial.
- [vite](https://vite.dev): The Official Vite Website.
