[go: up one dir, main page]

Skip to content

abwashere/pepperoni-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pepperoni app

Client app

Description

This app was created for training purposes.

It is a fake restaurant website that is also used to make/edit reservations, change the menu, and add/edit staff members.

Getting started

This app has 2 repositories : Api, Front.

1. Install Dependencies

Use npm to install packages.

cd pepperoni-client
npm install

2. Set Environment Variables - client side

Set up those variables in a .env file before first running the scripts.

REACT_APP_SERVER_URL = "your-backend-localhost-url"
REACT_APP_NODE_ENV = "dev"

3. Launch the app :

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.