Skip to content

Latest commit

 

History

History
executable file
·
28 lines (16 loc) · 860 Bytes

README.md

File metadata and controls

executable file
·
28 lines (16 loc) · 860 Bytes

caportal

#When deploying the site create a google cloud project sep for it and put in official credential along with domain ,callbackURL etc. For now works with localhost

Prerequisites

Developing

  1. Run npm install to install server dependencies.

  2. Run mongod in a separate shell to keep an instance of the MongoDB Daemon running

  3. Run gulp serve to start the development server. It should automatically open the client in your browser when ready.

Build & development

Run gulp build for building and gulp serve for preview.

Testing

Running npm test will run the unit tests with karma.