# 🖥 Frontend Setup

Just follow the steps below to set up the development enviroment for the frontend.

  1. Clone this repository by running the following command inside your terminal:
git clone https://github.com/MLH-Fellowship/Shortify.git
  1. Go to the frontend directory:
cd frontend
  1. Install all packages and dependencies:
npm install
  1. Now run the frontend with the following command:
npm start
  1. Click here (opens new window). It will take you to the frontend server.

Note: You can run the frontend and the backend simultaneously by running the following command inside the project's terminal. Make sure to first go through the backend setup.

npm run start-full