ctacampado / order-packing-ts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

Prerequisites

Your system must have NodeJS and NPM installed. This project is working on:

node -v # v13.7.0
npm -v # v6.13.6

But any version later than these should work just fine.

For more information, visit the official npm website.

Installation

Clone the repository.

From the root of your local repository, run npm install.

To verify that installation was successful, run npm run helloWorld, you should see a success message.

Tests

npm run testCases will run the test cases in src/__tests__/testCases/.

npm run unitTests will run the test files in src/__tests__/unitTests/.

More Information

For more information about the dependencies used in this project, visit the following links:

About


Languages

Language:TypeScript 99.1%Language:JavaScript 0.9%