@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

Readme

Keywords

none

Package Sidebar

Install

npm i @vaporweb/create-app

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

364 kB

Total Files

23

Last publish

Collaborators

  • jamal~