react-ts-creator
v2.1.4
Published
Set up a React&Typescript web app by running one command.
Downloads
25
Readme
React&TypeScript App 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
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