https://github.com/dynamicsingh/reactjs_chartjs_app
https://github.com/dynamicsingh/reactjs_chartjs_app
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dynamicsingh/reactjs_chartjs_app
- Owner: dynamicsingh
- Created: 2017-02-18T15:47:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-18T18:15:28.000Z (over 8 years ago)
- Last Synced: 2025-01-16T10:34:27.846Z (6 months ago)
- Language: JavaScript
- Size: 1.24 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/
```