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

cd <app-name>
npm start
