React TypeScript Runtime
React TS Runtime is a package that contains all the tooling you need to build your React project written in TypeScript.
Setup
mkdir yourprojectcd yourprojectnpm init -ynpm install react-ts-runtime --save-dev
Create an src/index.tsx
Create an src/index.html
Set the scripts section to the following in your package.json
Run npm start
to start the project up in development mode.
Run npm run build
to build the project.