create-vite-express
v0.5.0
Published
> CLI for scaffolding [@vite-express](https://github.com/szymmis/vite-express) apps
Downloads
160
Readme
🏗️ create-vite-express
CLI for scaffolding @vite-express apps
⚙️ Usage
Use your terminal to run these commands
npx create-vite-expressor
yarn create vite-expressChoose your project name
Select one of the frameworks
Decide if you want TypeScript in your project
cdinto your app foldercd YOUR_APP_NAMEInstall dependencies
npm installRun the app in dev mode
npm run devPlay around, happy hacking! 🎉
