The new BigSemantics with a focus on supporting web-based applications.
- Install Node.
- Install TypeScript (1.8+).
- Install MongoDB (3.2.1+).
- Install Minio
- Install Gulp CLI:
npm install -g gulp-cli
. - Install Node packages:
npm install
. - Build with
gulp
- Run compiled JavaScript file with Node:
cd build/phantom && node test-master.js
.
- Build with
gulp
- Run tests with
gulp test