Skip to content

khanhzoball/our-meal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

our-meal

Instructions on how to run Our-Meal

Install Node at the recommended version.

Open up 2 simultaneous terminal windows

  1. Instructions for terminal window 1

    cd our-meal #cd into the cloned repository

    cd frontend

    npm update

  2. Instructions for terminal window 2

    cd our-meal #cd into the cloned repository

    cd backend

    npm update

  3. After npm update completes in both terminal windows, do the following simultaneously

    In terminal window 1

    npm start

    In terminal window 2

    node app.js

App should run on localhost:3000

About

Group Project for CS 35L at UCLA.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published