Skip to content

Commit 83567d5

Browse files
committed
2 parents 3085b00 + 7e28d8b commit 83567d5

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
# TCD Room Booking App [![Build Status](https://travis-ci.com/Bubba/room-booking-tcd.svg?token=Wqfee95SqTKzjdVWdZ2t&branch=master)](https://travis-ci.com/Bubba/room-booking-tcd)
22

33
A React based web app that books group rooms across Trinity.
4+
5+
To install the dependencies, run `yarn` or `npm install` from the root directory.
6+
Then `cd client` and run the same command to install the dependencies for the client.
7+
8+
## Setting up the development server
9+
10+
`node server/Server.js` to set up the API server
11+
`cd client && yarn start` to run the React client

0 commit comments

Comments
 (0)