Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 908 Bytes

README.md

File metadata and controls

41 lines (25 loc) · 908 Bytes

ts-express

This is a debugable TypeScript based express scaffold

Prerequisites

Clone the repo

git clone https://github.com/leftstick/ts-express.git

Install dependencies

cd ts-express
npm install

Quick Start

Launch express server

The easiest way to launch a debugable server is using vscode, just press F5

Or, start dev server directly from terminal

npm run dev

Now the website is available for you at http://127.0.0.1:3000

For more information, see Detailed Explanation

LICENSE

MIT License