Skip to content

DsMaccy/syncnstudy-personal-

Repository files navigation

DEVELOPERS

Ian Broderick ([email protected]) - Database Specialist Gabe Maze-Rogers ([email protected]) - Software Architect Paul Hoang ([email protected]) - Database Specialist Kevin Groarke ([email protected]) - Software Developer Kurt Lang ([email protected]) - Senior Systems Analyst Dylan McNamara ([email protected]) - Project Manager Timmy Ngo ([email protected]) - Algorithms Specialist Michelle Bui ([email protected]) - User Interface Speialist Sean Ippolito ([email protected]) - Business Analyst

Angularjs Parse.com Boilerplate Codeship Status for jbeurel/rider-ranking

Demo :-)

Demo Screenshot

Technologies

Languages

Framework|Tools

Requirements

Installation

npm install

Configuration

Edit the config/global.json file to write the configuration of your Parse.com project in order to use the Parse's CLI. Edit the src-public/app.coffee file to replace the ParseProvider keys.

Enjoy!

Development server

npm run-script watch

Access to the application at this address: localhost:8000 (previous ip: http://127.0.0.1:8008) The livereload update your browser each time you change source files.

The Frontend source files are into the src-public directory and compile to the public directory. The Backend source files are into the src-cloud directory and compile to the cloud directory.

Deploy on Parse Cloud

npm run-script deploy-parse

#If you are having trouble with this, I have found that this also works: 'npm run-script watch' 'parse deploy' (For some reason, it only works when I do the run-script command first)

Deploy on Github Pages (alternative)

You can also deploy the frontend on the Github Pages of your repo by launching this command:

npm run-script deploy-github

Licence

Licensed under the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published