Skip to content
This repository has been archived by the owner on Nov 23, 2020. It is now read-only.

npetkov/angular-jointjs-graph-demo

 
 

Repository files navigation

angular-jointjs-graph-demo

This is a demo application for the angular-jointjs-graph framework, built with Sails.

To launch the application:

  1. Clone the repo:

git clone git@github.com:elsix/angular-jointjs-graph-demo.git

  1. Navigate to the project root and install all dependencies:
npm install
bower install
  1. If you have mongod running on port 27017, execute sails lift. This will launch the application at localhost:1337.
  2. If you wish to use another DB server or change port settings, edit config/connections.js, then change the connection name in config/env/development.js. If you don't have any DB server installed or don't want to use one, you can use the localDiskDb database adapter provided with Sails. Having a database connection configured, run sails lift to launch the application.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 50.8%
  • HTML 42.3%
  • CSS 6.9%