EzequielBurg / node-template

A template for NodeJS apps with some configurations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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! ๐Ÿš€ ๐Ÿ’ป

About

A template for NodeJS apps with some configurations


Languages

Language:TypeScript 100.0%