Skip to content

palrajarockiaraj/publication-histogram

Repository files navigation

Publications Histogram based on Europe PMC REST API Response

This project is generated with yo angular generator version 0.16.0.

Setting up your DEV ENVIRONMENT

Install prerequisites

The following softwares are essential to run this application.

  • Node.js 6 or higher
  • npm 3 or higher (which comes bundled with Node)
  • Git

You can check if you have Node and npm installed by typing:

node --version && npm --version

If you need to upgrade or install Node, the easiest way is to use an installer for your platform. Download the .msi for Windows or .pkg for Mac from the NodeJS website.

The npm package manager is bundled with Node, although you might need to update it. Some Node versions ship with rather old versions of npm. You can update npm using this command:

npm install --global npm@latest

If you don't have Git, grab the installers from the git website.

Build & development

  1. Clone the project from the following GitHub Repository:
https://github.com/paul-arockiyam/publication-histogram.git
  1. Install Bower and Grunt using the below command:
npm install -g grunt-cli bower
  1. Run the following command to download Node and Application specific dependencies:
npm install && bower install
  1. Finally, Run grunt serve for running/previewing the application.

Testing

Running grunt test will run the unit tests with karma.

Live working URL

https://paul-arockiyam.github.io/publication-histogram/

About

A Repo to show publication histogram

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published