An open API service indexing awesome lists of open source software.

https://github.com/hasithaishere/typescript-express-starter

Seed project for initializing Express project with TypeScript
https://github.com/hasithaishere/typescript-express-starter

Last synced: 11 months ago
JSON representation

Seed project for initializing Express project with TypeScript

Awesome Lists containing this project

README

          

# Express Seed Project (With Node and TypeScript)

## Introduction

> This repository provides the seed project for JS developers who need to easily initialize [Express](https://expressjs.com/) project with [TypeScript](https://www.typescriptlang.org/). Also this contains the sample RESTful APIs and unit tests for easy understanding.

## How to start development

1. Fork/Clone
1. Install dependencies - `npm install`
1. Run the development server - `npm run dev`
1. Test - `npm test` (In different terminal instance)

## How to build and run on server

1. Fork/Clone
1. Install dependencies - `npm install`
1. Build source - `npm run build`
1. Run - `npm start`

> Application run on [http://localhost:3000/](http://localhost:3000/).

![alt text](https://i2.wp.com/hive.rinoy.in/wp-content/uploads/2017/09/ts-node-express-1.png?resize=700%2C170 "Postman")