Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 90f5ef1

Browse files
author
Orta
authored
Merge pull request #286 from microsoft/orta-patch-1
Update README.md to frame what this repo is
2 parents 7051c48 + a1c57d9 commit 90f5ef1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
# TypeScript Node Starter
22

3+
The main purpose of this repository is to show a working Node.js API Server + front-end project and workflow for writing Node code in TypeScript.
4+
5+
It is not a goal to be a comprehensive and definitive guide to making a TypeScript and Node project, but as a working reference maintained by the community. If you are interested in starting a new TypeScript project - check out the bootstrapping tools reference in [the TypeScript Website](https://www.typescriptlang.org/docs/home)
6+
7+
38
[![Dependency Status](https://david-dm.org/Microsoft/TypeScript-Node-Starter.svg)](https://david-dm.org/Microsoft/TypeScript-Node-Starter) [![Build Status](https://travis-ci.org/Microsoft/TypeScript-Node-Starter.svg?branch=master)](https://travis-ci.org/Microsoft/TypeScript-Node-Starter)
49

510
**Live Demo**: [https://typescript-node-starter.azurewebsites.net/](https://typescript-node-starter.azurewebsites.net/)
611

712
![image](https://user-images.githubusercontent.com/820883/36764267-abbdb7f8-1be0-11e8-9678-2a9ea448d7f8.png)
813

9-
The main purpose of this repository is to show a good end-to-end project setup and workflow for writing Node code in TypeScript.
10-
We will try to keep this as up-to-date as possible, but community contributions and recommendations for improvements are encouraged and will be most welcome.
1114

1215
# Table of contents:
1316

0 commit comments

Comments
 (0)