Skip to content

purecloud-kiosk/purecloud-kiosk-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PureCloud Kiosk Frontend Build Status

This repo is for the front-end dashboard of the PureCloud Kiosk System.

Usage

Requirements

Installation

  1. Clone this repo.
  2. Install the dependencies with npm install. If postinstall does not execute, run bower install,
  3. Start up an instance of the Backend API server, which can be found here
  4. Start the server with npm start or node server.js.

Development

If you are continuing development, use npm run start-dev. It will watch for changes in the files and rebuild everything for you.

For any new packages that need to be installed, be sure to save it into the package.json (for Node Modules) and bower.json (for Bower Components).

Just install using the --save argument when installing. Ex. npm install --save express or bower install --save bootstrap

Testing

Tests are written using Mocha. As development progresses, add tests to the test directory. To execute all of the tests, run npm test. Be sure to modify the test_mongo_uri (if needed) before testing.

Credits

About

Frontend web app for the PureCloud Kiosk System.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published