reactjs-jointjs-example
reactjs-jointjs-example copied to clipboard
This is basic demo application, to combining react.js with JointJS.
Example for combining react.js with JointJS
This is basic demo application, to combining react.js with JointJS.
Uses
- Reactjs
- JSX
- ES2015
- React-router
- Redux
- jQuery
- JointJS
Cloning The GitHub Repository
$ git clone https://github.com/santoshshinde2012/reactjs-jointjs-example.git
Prerequisites
This project was bootstrapped with Create React App.
Below you will find some information on how to perform common tasks.
You can find the most recent version of this guide here.
Quick Install
Once you've downloaded the demo and installed all the prerequisites, you're just a few steps away from starting to develop your demo application.
The demo comes pre-bundled with a package.json file that contain the list of modules you need to start your application.
To install the dependencies, run this in the application folder from the command-line:
$ npm install
This command does a few things:
- First it will install the dependencies needed for the application to run.
- If you're running in a development environment, it will then also install development dependencies needed for testing and running your application.
- When the npm packages install process is over, npm will initiate a bower install command to install all the front-end modules needed for the application
- To update these packages later on, just run
npm update
Running Your Application
Run your application using npm:
$ npm start
Your application should run on port 3000 with the development environment configuration, so in your browser just go to http://localhost:3000

About Me
- My website (santoshshinde.com)
- Github (@santoshshinde2012)
- Twitter (@shindesan2012)
- Stackoverflow (@user:4319438)
- Medium (@shindesan2012)