Skip to content

Latest commit

 

History

History
84 lines (54 loc) · 1.12 KB

File metadata and controls

84 lines (54 loc) · 1.12 KB

Sembly

React Native mobile app to share events with friends

Team

  • Product Owner: Omar Mohamed
  • Scrum Master: Spencer Lopez
  • Development Team Members: Carlos Flores

Table of Contents

  1. Requirements
  2. Development
    1. Installing Dependencies
    2. Tasks
  3. Team
  4. Contributing

Requirements

  • Node 0.10.x
  • Mongo
  • React-Native-Cli

Development

Installing Dependencies

From within the root directory:

npm install

From within Sembly directory:

npm install

###Testing

From within the root directory:

npm test

###Adding Test Data

To prepopulate database for easier development... From within the root directory:

npm run populate

###Starting the app

With your mongo database runnning Start the server from the root directory:

npm start

From the Sembly directory in one terminal:

npm start

and in another terminal:

npm run build

Contributing

See CONTRIBUTING.md for contribution guidelines.