Jordanirabor / node_typescript_project

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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]

About

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


Languages

Language:TypeScript 100.0%