GandalfTheBlack16 / password-manager-api

0 stars 0 forks source link

Node 18 + Typescript Scaffold

Basic template to generate Node18 with Typescript app scaffolding quickly. Includes Live reload server and Jest testing built-in configuration!

Features

Getting started

Starting development's live-reload server...

npm run dev

Start the appication without live-reloading...

npm start

Build application for Production

npm run build

Exec Unit Tests

npm test