A messaging platform for a connected campus
-
Clone this repository
-
Install Node.JS from here
-
Navigate to the repository and install dependencies for this project using
npm install
-
Local dev environment can be run with two commands that will provide a live/hot-reloading experience
npm run watch:css
-> this command compiles the CSS and updates it as it changesnpm start
-> this will start a live reloading thing for React