Skip to content

Latest commit

 

History

History
60 lines (36 loc) · 1.25 KB

README.md

File metadata and controls

60 lines (36 loc) · 1.25 KB

Shire-App

Find Real Food Near You

📂 Technologies Used

Frontend

Backend

⏱ Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

📍 Prerequisites

What things you need to install the software and how to install them

⛓ Installation

# Clone this repository
git clone https://github.com/cagansevencan/Shire-App

💡 Client Start-up

# Go into client folder
cd client

# Install client dependencies
yarn install or npm install

# Setup Environment Variables

# Create a .env file in the client folder

# Start client on localhost:3000
yarn dev or npm run dev

🔗 Server Start-up

# Setup Environment Variables