We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3085b00 + 7e28d8b commit 83567d5Copy full SHA for 83567d5
1 file changed
README.md
@@ -1,3 +1,11 @@
1
# TCD Room Booking App [](https://travis-ci.com/Bubba/room-booking-tcd)
2
3
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