From 6c1d35414f48c6310ec27275f21cb5958bf46589 Mon Sep 17 00:00:00 2001 From: Chelsea Cheung Date: Tue, 17 Nov 2015 19:17:29 -0800 Subject: [PATCH] adds tech info! --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 35e3b6c..8141173 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,14 @@ Project X: Our team's goal is to revamp Makersquare's current Help Desk applicat Tech Stack +###Start me up! +``` +# from the project root directory... +$ mongod +$ nodemon server/server.js + +``` + We use Babel to transpile ES6 and JSX code. For development purposes, we recommend using an in-browser transpiler offered by a CDN. But for production, we recommend precompiling your code prior to deploying. Front-End: