- create-react-app
- react
- test
- typescript
TBD
TypeScript and other dependencies are transitive and therefore installed implicitly.
Two steps are required:
npm i -g create-react-app
All code in this repository are generated and installed at once by the following create-react-app command.
Being in some parent directory, run:
create-react-app createreactapp-typescript-test --scripts-version=react-scripts-ts
Being in the createreactapp-typescript-test directory, run:
node start
or
yarn start
Being in the createreactapp-typescript-test directory, run:
node test
or
yarn test
Licensed under the MIT license.