Create React&TypeScript apps by running one command.
react-ts-creator [command]
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.
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