From d52eb16908589e58fb287da8bb7c01117d7443a6 Mon Sep 17 00:00:00 2001 From: Orta Date: Sun, 10 May 2020 21:53:51 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e149713..05eb624 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,16 @@ # TypeScript Node Starter +The main purpose of this repository is to show a working end-to-end project setup and workflow for writing Node code in TypeScript. + +It is not a goal to be a comprehensive and definitive guide to makinga 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) + + [![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) **Live Demo**: [https://typescript-node-starter.azurewebsites.net/](https://typescript-node-starter.azurewebsites.net/) ![image](https://user-images.githubusercontent.com/820883/36764267-abbdb7f8-1be0-11e8-9678-2a9ea448d7f8.png) -The main purpose of this repository is to show a good end-to-end project setup and workflow for writing Node code in TypeScript. -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. # Table of contents: From 8d286b0ecc32dabcdbf04927d60ac4269c9311f8 Mon Sep 17 00:00:00 2001 From: Orta Date: Sun, 10 May 2020 21:56:49 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 05eb624..3b80ca3 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # TypeScript Node Starter -The main purpose of this repository is to show a working end-to-end project setup and workflow for writing Node code in TypeScript. +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. -It is not a goal to be a comprehensive and definitive guide to makinga 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) +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) [![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)