/LinkTreeGenerator

The app to to get your link tree just paste link and get your link tree link

Primary LanguageJavaScriptMIT LicenseMIT

✨LinkTreeGenerator🚀

The app to to get your link tree just paste link and get your link tree link


How to use 🤔

  1. Fork Repositories.

  2. Clone to to your local system by using following comand.

git clone https://github.com/<your_user_name>/LinkTreeGenerator.git
  1. Navigate to the project directory 📁.
cd LinkTreeGenerator
  1. Add reference to original repository (remote).[if you Want to contribute]
git remote add upstream https://github.com/kunal-umap/LinkTreeGenerator.git
  1. Then install node package for frontend.
 cd client
 npm install
  1. Then start frontend server.
 npm start
  1. To install node package for Backend.
 cd server
 npm install
  1. Then start backend server.
 npm start