/node-template

A template for NodeJS apps with some configurations

Primary LanguageTypeScript

NodeJS Template

A simple NodeJS template with Express, Typescript, eslint, prettier and editorconfig.

Usage

Clone this template to your machine and run:

  yarn

or

  npm install

to install all dependencies.

Development

Runs:

  yarn dev

or

  npm dev

to execute the app at port 3333.

Let's code! 🚀 💻