A Intelligent School Software for everyone who is learning
Firefox |
Chrome |
Safari |
---|---|---|
last 2 versions | last 2 versions | last 2 versions |
- Make sure you have NodeJS (v4.x.x and above) installed globally on your machine. Find the detailed installation instruction from https://nodejs.org/en/
- Modern Browsers - (Refer to Browser Matrix)
1.If you're using OS X or Windows, the best way to install Node.js is to use one of the installers from the Node.js download page. 2.If you're using Linux, you can use the installer, or you can check NodeSource's binary distributions to see whether or not there's a more recent version that works with your system.
To test Run below Command - version should be > v6.9.4
$ node -v
Node comes with npm installed so you should have a version of npm. However, npm gets updated more frequently than Node does, so you'll want to make sure it's the latest version.
$ npm install npm@latest -g
To test Run below Command - version should be > 3.10.10
$ node -v
$ git clone https://github.com/Raulkg/BootstrapD3-Analytics.git
$ cd BootstrapD3-Analytics
$ npm install
npm run start
Now, you can confirm the visualization result of the HTTP request/response exchanged via the specified RESTful API by accessing the following URL with browser.
http://127.0.0.1:8000/
🎉🎉🎉 Thank you github for the Platform