Skip to content

jbeurel/angular-parse-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: 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

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.