Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 579 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 579 Bytes

Cornell Notifs

An email-based reminder that sends Zoom links before classes.

Quick Start

# Install dependencies for server
npm install

# Install dependencies for client
cd client && npm install

# Build client production files
npm build

# Run
cd .. && npm start

Concurrent Development

# Run the client & server with concurrently
npm run both

# Run the Express server only
npm run server

# Run the React client only
npm run client

# Server runs on http://localhost:5000 and client on http://localhost:3000

App Info

Version

1.0.0