create-react-test

0.1.11 • Public • Published

Create React Test

A scaffold for quick generation of project templates including React,Webpack, Babel and TypeScript

Start

Only one line of command is required!

Dependencies are downloaded automatically

  npx create-react-test my-test

start the project

  cd my-test
  yarn start

build the project

  yarn build

Other

create test project for node.js by add tempalte parameter

  npx create-react-test my-node-test --template node

Package Sidebar

Install

npm i create-react-test

Weekly Downloads

4

Version

0.1.11

License

ISC

Unpacked Size

5.72 kB

Total Files

3

Last publish

Collaborators

  • huang_tang