- starter
- template
- typescript
helloworld-in-javascript - also by code
- Minimalistic NextJS in TypeScript - also by code
- Minimalistic test example in TypeScript
- Minimalistic react-native-web in TypeScript
- An Apollo Server & Client in a Next.js in a yarn Workspace deployed with Now 2.0
- cra-typescript-uilib-with-storybook-in-lerna
- Minimalistic React module in TypeScript with Storybook and Snapshot testing
- + clean-architecture, dependency-inversion
Install TypeScript as a Node.js package
npm i -g typescript
or
yarn global add typescript
tsc index.ts
node index.js
Licensed under the MIT license.