Skip to content
This repository has been archived by the owner on Jan 30, 2019. It is now read-only.

Latest commit

 

History

History
35 lines (27 loc) · 1.07 KB

README.md

File metadata and controls

35 lines (27 loc) · 1.07 KB

Alt text

Team

  • Matt Vargeson
  • David Valles
  • Peter Chim
  • Alex Wong

Requirements

Description

Read With Me is a remote reading app, that allows parents who are away from their kids to interactively read and webcam with them online. Both parties can draw on the storybook, navigate pages, and make each page image animate.

Installing Dependencies

From the root directory run:

npm install
npm install -g nodemon webpack
webpack --watch
mongod
nodemon server.js

//visit localhost:3000 in the browser.

Testing

Client side testing is implemented with Karma and Airbnb's Enzyme framework. Developers can pinpoint the source of their errors's using Enzyme's shallow rendering and Karma's sourcemap. Server side testing is implement with Supertest and Chai.

From the root directory run:

npm test