Skip to content
This repository has been archived by the owner on Mar 7, 2022. It is now read-only.

Latest commit

 

History

History
30 lines (15 loc) · 581 Bytes

README.md

File metadata and controls

30 lines (15 loc) · 581 Bytes

Emory Course Critique

for live site

Overview

Emory course critique makes course selection easier by providing a user friendly course/professor reviewing platform

Running

Install dependencies: $ npm install

Set up database environment: $ source dev_env.sh

Fire up a development server: $ npm run dev

Once the server is running, you can visit http://localhost:3000/

Production Build

Set up database environment: $ source dev_env.sh

To build your production assets and run the server:

$ npm start