react-ts-simple
v2.0.0
Published
Script for creating a React Application with minimal markups.
Downloads
1
Readme
react-ts-simple
About
Creates a React Application with minimal markup.
How does it work ?
When the user types in the command npx react-ts-simple create, the bin/index.js is executed.
This scripts does the following:
- Creates a directory.
- Initializes package.json in that folder.
- Adds the react-ts-simple-template package.
- Copies all of the files in
node_modules/react-ts-simple-templateto the created directory. - Creates a new package.json using the package.json from the template.
