New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

generator-create-react-template

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-create-react-template

Scaffolding for new enterprise scale React applications on the fly.

  • 0.0.10
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7
increased by600%
Maintainers
1
Weekly downloads
 
Created
Source

React Template

Using the Generator

This scaffolding tool is a yeoman generator, and requires that yo be installed. After installing yo, run the following commands.

npm install -g yo

Install the Generator

NPM
npm install -g generator-create-react-template
Yarn
yarn global add generator-create-react-template

Scaffold a New React Template

To begin the scaffolding process:

yo create-react-template

At this stage, you will be prompted to provide the following:

  • Application name, any text of your choosing
  • Yarn, yes or no

With Options

Generate with react:

yo create-react-template --react

with react and antd:

yo create-react-template --react-antd

with react-antd-web3 :

yo create-react-template --react-antd-web3

with react-antd-web3-aelf :

yo create-react-template --react-antd-web3-aelf

The generator will attempt to install dependencies for you by default, though this operation can be disabled:

yo create-react-template --skip-install

Keywords

FAQs

Package last updated on 29 Apr 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