- Clone Repository: git clone https://github.com/ozobi/DataPhysicsKB.git && cd DataPhysicsKB
- Install dependencies: npm install
- Start application: npm start
- Go to http://127.0.0.1:4444 in your browser
Running the application in Production using minified code can be done by:
- Create the minified/ugly files: npm run uglify
- Ensure the minified/ugly files are being used: NODE_ENV=production node app.js (for CMD -> node app.js -NODE_ENV=production)