Skip to content

lucianoayres/node-typescript-async-await-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

A boilerplate for building Node.js applications using TypeScript with async/await support at the top level of files.

Dependencies

Setup

Step 1

Create a new repository using this template.

Step 2

Install project dependencies:

npm install

-or-

yarn

Usage

This command runs './src/index.ts' script on node and returns an asynchronous response from a Rest API example request on the console:

npm start

-or-

yarn start

About

A boilerplate for building Node.js applications using TypeScript with async/await support at the top level of files.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published