Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-razzle-app

Package Overview
Dependencies
Maintainers
2
Versions
177
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-razzle-app

CLI tool to bootstrap Razzle applications with no configuration

  • 4.2.18
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

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

Keywords

FAQs

Package last updated on 25 Oct 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc