https://github.com/devsargam/instagram-clone-frontend
Frontend for instagram clone
https://github.com/devsargam/instagram-clone-frontend
Last synced: about 1 year ago
JSON representation
Frontend for instagram clone
- Host: GitHub
- URL: https://github.com/devsargam/instagram-clone-frontend
- Owner: devsargam
- License: mit
- Created: 2023-11-05T12:12:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-11T10:33:15.000Z (over 2 years ago)
- Last Synced: 2025-01-12T17:48:55.354Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 1.43 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
📷 Instagram Clone Frontend
Frontend code for instagram clone with React & Tailwindcss
### NOTE: The backend code for this can be found at
[](https://github.com/devsargam/instagram-clone-backend)
## Table Of Contents
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Author](#author)
- [License](#license)
## Prerequisites
If your project needs any prerequisites or dependencies, list them here.
- node
- pnpm (preferred)
## Installation
Clone the project
```
git clone git@github.com:devsargam/instagram-clone-frontend.git
```
Install necessary dependencies
```
cd instagram-clone-frontend
pnpm install
```
Setup the necessary environment variables
```
copy .env.example .env
```
Run the dev server with
```
pnpm run dev
```
## Author
**Author Name** Â : Â Sargam Poudel
**Author URI** Â Â Â : Â [www.sargam.me](https://www.sargam.me)
**GitHub URI** Â Â Â : Â [devsargam](https://github.com/devsargam)
## License
[](https://opensource.org/licenses/MIT)