/VPET

Template for Vite, Preact, Express and Tailwind.

Primary LanguageJavaScript

Vite, Preact, Express and Tailwind

Full-Stack Web App Template

Usage

Clone the repository
git clone https://github.com/seabass118/VPET

Change directory
cd VPET

Install Dependencies
npm install

Scripts

Development

npm run dev | supervisor server/server.js

Production

npm run start | npm run build && node server/server.js

Build

npm run build | vite build