Skip to content

Latest commit

 

History

History
 
 

create-vite-express

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

🏗️ create-vite-express

CLI for scaffolding @vite-express apps

downloads npm

⚙️ Usage

  1. Use your terminal to run these commands

    npx create-vite-express

    or

    yarn create vite-express
  2. Choose your project name

  3. Select one of the frameworks

  4. Decide if you want TypeScript in your project

  5. cd into your app folder

    cd YOUR_APP_NAME
  6. Install dependencies

    npm install
  7. Run the app in dev mode

    npm run dev
  8. Play around, happy hacking! 🎉

⚖️ License

MIT