node.js
. Install the latest version of node for your OS.- Install Angular Command Line Tools
@angular/cli
=>npm install @angular/cli
for access to command line tools, if you wish to run the angular project in development mode. [OPTIONAL] - Python Virtual Environment with
opencv-contrib-python
installed.
- Navigate to the root directory of this repository and run
npm install
. This will install all of the required node modules for the application to run. - Run
node server.js
to start the application in development mode on your localhost.