JPBlancoDB / node-base-ts

Node Express Typescript base

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node + Express + Typescript

Getting started

  • Clone repository
git clone --depth=1 https://github.com/JPBlancoDB/node-base-ts.git <project_name>
  • Install dependencies
cd <project_name>
npm install
  • Build and run the project
npm run build
npm start

About

Node Express Typescript base


Languages

Language:TypeScript 68.4%Language:JavaScript 21.6%Language:Dockerfile 10.0%