angular-parse-boilerplate
angular-parse-boilerplate copied to clipboard
Angularjs Parse.com Boilerplate 

Technologies
Languages
Framework|Tools
- AngularJS
- Bootstrap3
- Gulp
- Livereload
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.