3.0.1 • Published 6 years ago
create-razzle-app-zhc v3.0.1
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
3.0.1
6 years ago