/node_typescript_project

This is a demo and boilerplate repository for setting up a Node project with TypeScript.

Primary LanguageTypeScript

Introduction

This is a demo and boilerplate repository to setup a Node project with TypeScript.

Requirements

Running the application

  1. Clone the project to your machine [git clone https://github.com/Jordanirabor/node_typescript_project]
  2. Navigate into the diretory [cd node_typescript_project]
  3. Install dependencies [npm install]
  4. Run the application [npm start]
  5. Open your browser and look at the output on [http://localhost:3000]