Skip to content

carlba/typescript-node-playground

Repository files navigation

Typescript Playground

Installation

npm install

Documentation

see Documentation

Maintaining the repo

It is important to keep the dependencies of this repo up to date. Do these steps:

  1. First ensure that the npm-check-updates is installed globally

    npm install -g npm-check-updates
  2. Then update the version identifiers of the package.json and package-lock.json files to the latest version:

     ncu -u
  3. Update your environment:

    npm update

Tests

npm install
npm test

Dependencies

None

Dev Dependencies

  • typescript: TypeScript is a language for application scale JavaScript development
  • @types/node: TypeScript definitions for Node.js

Information

https://blog.sapegin.me/all/avoid-loops

License

MIT

About

A Typescript NodeJS playground based on https://github.com/carlba/typescript-node-sample-project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors