Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.1 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.1 KB

Samples :: Hello TypeScript

This is a sample project of HelloTypeScript.

Overview

This is a simple study project, Hello World with TypeScript.

It is made as a console application based on the official document "TypeScript in 5 minutes". TSLint and TSC use the setting of riotz-configs-project-typescript and implement harder than the code of the official document.

Requirements

Requires the following to use:

Usage

Getting Started

npm run setup
npm run build
node ./target/dist/app.js

Contribution

Feedbacks are welcome for improvement of this repository. For more information please see CONTRIBUTING.

Licence

This repository and deliverables are published under the MIT license. For the full license text please see LICENSE.
© Riots Works