create-ecc-app

1.2.0 • Public • Published

Create Razzle App

Create UNIVERSAL React, Preact, and Inferno apps in one command.

npx create-razzle-app my-proj
cd my-proj
npm start

or.... with the yarn create command:

yarn create razzle-app my-proj
cd my-proj
yarn start

You can also initialize a project from one of the examples.

npx create-razzle-app --example with-preact my-preact-app
cd my-preact-app
npm start

or

yarn create razzle-app --example with-preact my-preact-app
cd my-preact-app

Package Sidebar

Install

npm i create-ecc-app

Weekly Downloads

1

Version

1.2.0

License

MIT

Unpacked Size

66 kB

Total Files

33

Last publish

Collaborators

  • eccorley