Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hellohejinyu/react-ts-creator
- Owner: hellohejinyu
- Created: 2018-12-01T12:20:21.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-06T06:20:25.000Z (almost 2 years ago)
- Last Synced: 2024-10-02T22:33:48.966Z (4 months ago)
- Topics: generator, react, scaffold, typescript
- Language: JavaScript
- Homepage:
- Size: 513 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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 serverWhen you're ready to deploy to production, create a minified bundle with `npm run build`