An open API service indexing awesome lists of open source software.

https://github.com/dynamicsingh/reactjs_chartjs_app


https://github.com/dynamicsingh/reactjs_chartjs_app

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# REACTJS CHARTJS APP
=======================

Demo : http://nameless-cove-94588.herokuapp.com/#/

Install and Running App
-----------------------

```
check if the node is installed (I am using node v4.2.6) and for development check if webpack is installed
```
```
cd into the project directory
```
```
npm install(sudo if on mac)
```
```
Optional Step for development : webpack -w
```
```
noder server.js
```
```
You can check application running on http://localhost:3000/
```