1.0.23 • Published 10 months ago

@fabio-arsenal/create-razzle-app v1.0.23

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

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 official 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

or initialize a project from npm/github/git/file examples.

From npm:

npx create-razzle-app --example razzle-example-basic@latest my-app
cd my-app
npm start

From github repo:

npx create-razzle-app --example https://github.com/fivethreeo/razzle-example-basic@master my-app
cd my-app
npm start

From git repo:

npx create-razzle-app --example git+git://github.com/fivethreeo/razzle-example-basic@master my-app
cd my-app
npm start

From local path:

npx create-razzle-app --example file:local/path/to/example my-app
cd my-app
npm start

All methods except official and file examples also supports examples at subpaths:

npx create-razzle-app --example git+git://github.com/fivethreeo/razzle-example-basic@master:subexample my-app
cd my-app
npm start
npx create-razzle-app --example razzle-example-basic@latest:subexample my-app
cd my-app
npm start
1.0.23

10 months ago

1.0.22

10 months ago

1.0.21

10 months ago

1.0.20

10 months ago

1.0.19

10 months ago

1.0.17

10 months ago

1.0.16

10 months ago

1.0.15

10 months ago

1.0.14

10 months ago

1.0.13

10 months ago

1.0.12

10 months ago

1.0.10

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago