Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 375 Bytes

readme.md

File metadata and controls

36 lines (26 loc) · 375 Bytes

Project Map Backend

Installation

git clone https://github.com/jschuhmann47/projectMap-Backend.git
cd projectMap-Backend
npm install

Running the app

# development
npm run start

# watch mode
npm run start:dev

# production mode
npm run start:prod

Tests

# unit tests
npm run test

Lint

# eslint
npm run lint