create-react-skeleton-ts
v1.0.2
Published
Basic skeleton for react/typescript projects
Downloads
0
Maintainers
Readme
Installation
- npm:
npm install -g create-react-skeleton-ts
How to use
npx create-react-skeleton-ts <app-name>
This will create a basic react+typescript skeleton
cd <app-name>
npm start