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

@vc-shell/create-vc-app

Package Overview
Dependencies
Maintainers
0
Versions
240
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vc-shell/create-vc-app

Application scaffolding

  • 1.0.328
  • latest
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

Creating your first application

Make sure you have executed yarn command and your current working directory is the one where you intend to create a project.

Run following command:

$ npx create-vc-app

This command will execute application scaffolding tool. You will be presented with prompts:

✔ App name: … <your-app-name>
✔ Add Dashboard page? … No / Yes
✔ Add Login/Invite/Reset password pages? … No / Yes
✔ Add module starter? … No / Yes
✔ Module starter name: … <your-first-module-name>

Scaffolding app in ./<your-app-name>...

Done.

Once app is created, follow the instructions to install dependencies and start dev server:

$ cd <your-app-name>
$ yarn
$ yarn serve

FAQs

Package last updated on 14 Nov 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