@vaporweb/create-app

1.0.2 • Public • Published

Create App

Create React apps in one command.

npx @vaporweb/create-app my-app
cd my-app
npm start

or.... with the yarn create command:

yarn create @vaporweb/app my-app
cd my-app
yarn start

or.... with npm init.

npm init @vaporweb/app my-app
cd my-app
npm start

You can also initialize a project with TypeScript

yarn create @vaporweb/app my-app --typescript
cd my-app
yarn start

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    0
    • latest

Version History

Package Sidebar

Install

npm i @vaporweb/create-app

Weekly Downloads

2

Version

1.0.2

License

MIT

Unpacked Size

364 kB

Total Files

23

Last publish

Collaborators

  • jamal~