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
- Host: GitHub
- URL: https://github.com/softspiders/typescript
- Owner: softspiders
- License: mit
- Created: 2019-01-27T21:23:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-03T16:24:06.000Z (about 6 years ago)
- Last Synced: 2025-01-15T20:20:01.541Z (over 1 year ago)
- Topics: helloworld, softspider, softspiders, ss, template, typescript
- Language: TypeScript
- Homepage:
- Size: 41 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).