thecodearcher / todo-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todo-api

Quick Start

Get started developing...

# install deps
npm install

# run in development mode
npm run watch

Install Dependencies

Install all package dependencies (one time operation)

npm install

Run It

Run in development mode:

Runs the application is development mode. Should not be used in production

npm run watch

Run in production mode:

Compiles the application and starts it in production mode.

npm run compile
npm start

Try It

Debug with VSCode

Add these contents to your .vscode/launch.json file

About


Languages

Language:TypeScript 100.0%