The project is a blockchian explorer project which is built on NEM (https://www.nem.io).
AngularJS, Bootstrap, MongoDB, Node.js
-
install the Node.js on your machine.
-
NIS is started and blocks loading is finished.
-
install MongoDB and start it (it's better to set an account and password).
- install bebel (for the ES6)
npm install babel-cli -g
- locate at the project folder and install the needed dependencies
npm install
- you can make some modifications in the config file (app/config/config.js)
port: 8081, //app port
mongodb: 'mongodb://localhost/explorer', //MongoDB uri
nisInitStartBlock: 0 //default 0
- start the application
npm start
- then visit http://127.0.0.1:8081, you should wait for the block loading when the first time run the application.