Client app
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.
This app has 2 repositories : Api, Front.
Use npm to install packages.
cd pepperoni-client
npm install
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"
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.