react-ts-creator

Set up a React&Typescript web app by running one command.


Keywords
react, generator, typescript, scaffold
License
ISC
Install
npm install react-ts-creator@2.1.4

Documentation

React&TypeScript App Creator · npm

Create React&TypeScript apps by running one command.

Usage

react-ts-creator [command]

Commands:

init|i [app-name]

Create a React&Typescript app under the [app-name] folder. If there is no [app-name], create it directly in the current directory.

Quick Overview

npx react-ts-creator init [app-name]

Enter npm run start to start the development server

When you're ready to deploy to production, create a minified bundle with npm run build