create-razzle-app-zhc
v3.0.1
Published
CLI tool to bootstrap Razzle applications with no configuration
Downloads
15
Maintainers
Readme
Create Razzle App
Create UNIVERSAL React, Preact, and Inferno apps in one command.
npx create-razzle-app my-proj
cd my-proj
npm startor.... with the yarn create command:
yarn create razzle-app my-proj
cd my-proj
yarn startYou 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 startor
yarn create razzle-app --example with-preact my-preact-app
cd my-preact-app