An open API service indexing awesome lists of open source software.

https://github.com/softspiders/typescript

HelloWorld in TypeScript
https://github.com/softspiders/typescript

helloworld softspider softspiders ss template typescript

Last synced: about 2 months ago
JSON representation

HelloWorld in TypeScript

Awesome Lists containing this project

README

          

[SOFTSPIDERS](https://github.com/softspiders/softspiders)

# HelloWorld in TypeScript

---

## Feature tags

- starter
- template
- typescript

---

## Parents

[helloworld-in-javascript](https://github.com/softspiders/javascript) - also by code

## Children

- [Minimalistic NextJS in TypeScript](https://github.com/softspiders/next-typescript) - also by code
- [Minimalistic test example in *TypeScript*](https://github.com/softspiders/typescript-test)
- [Minimalistic *react-native-web* in *TypeScript*](https://github.com/softspiders/react-native-web-ts)
- [An Apollo Server & Client in a Next.js in a yarn Workspace deployed with Now 2.0](https://github.com/softspiders/zeit-now-next-typescript-graphql-apollo)
- [cra-typescript-uilib-with-storybook-in-lerna](https://github.com/softspiders/cra-typescript-uilib-storybook-lerna)
- [Minimalistic React module in TypeScript with Storybook and Snapshot testing](https://github.com/softspiders/react-ts-storybook-storyshots)
- [+ **clean-architecture, dependency-inversion**](https://github.com/softspiders/dependency-inversion-for-clean-architecture-ts)

---

## Requirements

* [Node.js](https://nodejs.org/en/download/package-manager/)
* [TypeScript](https://www.typescriptlang.org/)

---

## Istallation

Install TypeScript as a Node.js package

```sh
npm i -g typescript
```

or

```sh
yarn global add typescript
```

## Compilation

```sh
tsc index.ts
```

## Running

---

```sh
node index.js
```

---

## Author

[Alexander Lapygin](https://github.com/AlexanderLapygin)

---

### License

Licensed under the [MIT license](./LICENSE).