Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.01 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.01 KB

👉 Fancy Link Previewer

My Portfolio Landing Page

⭐ Fancy Link Previewer extract metadata from a website and show overview of the website with Enrich UI.

Show 💝 by staring this repo 😚

🔥 How to setup this project?

- Create a folder in local machine.

- Under that folder open terminal.

- git init

- cd link-previewer

👉 Start Backend Server

- cd backend

- npm install

- npm start

👉 Start Frontend

- cd frontend

- make .env file.

- under .env file write this

REACT_APP_HOST_URL=http://localhost:8000/api

- npm install

- npm start