Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

create-vite-express

Package Overview
Dependencies
Maintainers
0
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-vite-express

> CLI for scaffolding [@vite-express](https://github.com/szymmis/vite-express) apps


Version published
Weekly downloads
95
decreased by-18.1%
Maintainers
0
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 04 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc