Skip to content

handotdev/curly-barnacle

Repository files navigation

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

About

For all your curly barnacle needs on Firebase

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published