create-react-test
v0.1.11
Published
A scaffold for quick generation of project templates including React,Webpack, Babel and Typescript
Downloads
58
Maintainers
Readme
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-teststart the project
cd my-test
yarn startbuild the project
yarn buildOther
create test project for node.js by add tempalte parameter
npx create-react-test my-node-test --template node