0.2.0 • Published 3 months ago

create-vite-express v0.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

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

0.2.0

3 months ago

0.1.1

4 months ago

0.1.0

6 months ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago