Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dtgoitia/cookiecutter-node-typescript-vscode

Cookiecutter template for a Node.js project with TypeScript and Visual Studio Code
https://github.com/dtgoitia/cookiecutter-node-typescript-vscode

cookiecutter nodejs typescript vscode

Last synced: about 1 month ago
JSON representation

Cookiecutter template for a Node.js project with TypeScript and Visual Studio Code

Awesome Lists containing this project

README

        

This repository is a [cookiecutter](https://cookiecutter.readthedocs.io/en/latest/) template for a project using [Node.js](https://nodejs.org/en/) and [TypeScript](https://www.typescriptlang.org/). It also includes the IDE settings for [Visual Studio Code](https://code.visualstudio.com/) for debugging.

```bash
cookiecutter https://github.com/dtgoitia/cookiecutter-node-typescript-vscode
```

Once finished, navigate into your new project folder and run:

```bash
git init
npm install
```
Ready to go!