create-vite-express

0.2.0 • Public • Published

🏗️ 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

Readme

Keywords

none

Package Sidebar

Install

npm i create-vite-express

Weekly Downloads

105

Version

0.2.0

License

MIT

Unpacked Size

55.8 kB

Total Files

79

Last publish

Collaborators

  • szymmis