Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hellohejinyu/react-ts-creator

Create React&TypeScript apps use one step.
https://github.com/hellohejinyu/react-ts-creator

generator react scaffold typescript

Last synced: 4 months ago
JSON representation

Create React&TypeScript apps use one step.

Awesome Lists containing this project

README

        

# React&TypeScript App Creator · [![npm](https://img.shields.io/npm/v/react-ts-creator.svg)](https://www.npmjs.com/package/react-ts-creator)

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

``` sh
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`