Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 317 Bytes

ReadMe.md

File metadata and controls

22 lines (15 loc) · 317 Bytes

Build Process

Node Version : v14.14.0

Install the dependency to get started:

(make sure your inside the mongo-CRUD folder in the terminal)

npm ci

To run the local build

npm run local

To run the local build in watch mode

npm run watch