create-vite-express
v0.4.0
Published
> CLI for scaffolding [@vite-express](https://github.com/szymmis/vite-express) apps
Downloads
335
Readme
🏗️ create-vite-express
CLI for scaffolding @vite-express apps
⚙️ Usage
Use your terminal to run these commands
npx create-vite-express
or
yarn create vite-express
Choose your project name
Select one of the frameworks
Decide if you want TypeScript in your project
cd
into your app foldercd YOUR_APP_NAME
Install dependencies
npm install
Run the app in dev mode
npm run dev
Play around, happy hacking! 🎉