Delightful Node.js Rest Framework
Read the project documentation on https://plumier.js.org
To run Plumier project on local machine, some setup/app required
- Visual Studio Code (Recommended)
- Yarn (required)
- Fork and clone the project
git clone - Install dependencies by
yarn install - Run test by
yarn test
Plumier already provided vscode task and launch setting. To start debugging a test scenario:
- Locate the test file and narrow the test runs by using
.only - Put breakpoint on any location you need on
.tsfile - On start/debug configuration select
Jest Current Fileand start debugging