Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 421 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 421 Bytes

tdp2017-team2

Getting Started

This seed project has been created to get you up and running quickly for development and testing on the TDP 2017 Agile Drill.

For coding standards and additional info please see the project wiki :)

Prerequisites

Node, npm, git

Installing/Running

- Clone the repository
- cd client 
- npm install
- npm start

- cd server
- npm install
- nodemon index.js