CLI for scaffolding @vite-express apps
-
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! 🎉