Skip to content

leftstick/ts-express

Repository files navigation

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

About

This is a TypeScript based express scaffold

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published