https://github.com/kellsworks/linktree-clone
MERN Stack Linktree Clone
https://github.com/kellsworks/linktree-clone
Last synced: 3 months ago
JSON representation
MERN Stack Linktree Clone
- Host: GitHub
- URL: https://github.com/kellsworks/linktree-clone
- Owner: KellsWorks
- Created: 2023-07-03T18:32:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-09T20:10:31.000Z (almost 2 years ago)
- Last Synced: 2025-01-16T13:58:28.582Z (5 months ago)
- Language: TypeScript
- Homepage:
- Size: 2.32 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# LINKTREE CLONE
Linktree clone build using the MERN Stack
[](https://choosealicense.com/licenses/mit/)
[](https://opensource.org/licenses/)
[](http://www.gnu.org/licenses/agpl-3.0)
[](http://www.gnu.org/licenses/agpl-3.0)
## Installation
Clone the repository from github and run the following commands separately in backend and frontend folders.
```bash
::for frontend::
npm install
npm run dev
::for backend::
npm install
npm install -g nodemon
npm run dev
```## Usage
Visit http://locahost:3000 to create an account, login and add your weblinks on the admin page. You can also edit your weblinks here. You can visit http://localhost:3000/[yourusername] to view your weblinks public page.
## AppendixFeel free to open an issue if possible