This is a simple URL shortener project that allows you to create and manage shortened URLs. This project provides a straightforward solution for converting lengthy URLs into concise, easy-to-share links. Enjoy user-friendly features, quick shortening, and a customizable experience. Boost efficiency and simplify your online interactions with our sleek and secure URL Shortener.
For the corresponding backend, visit the Instant Tiny URL Backend.
Make sure you have the following software installed on your machine:
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
-
Clone the Repository:
git clone https://github.com/HamidByte/Instant-Tiny-URL-Frontend.git
-
Navigate to the Project Directory:
cd Instant-Tiny-URL-Frontend
-
Configure Environment Variables:
Create a .env file in the root of the project and set the following variables:
VITE_BASE_URL=http://127.0.0.1:5173 VITE_API_URL=http://localhost:3000
-
Install Dependencies:
npm install
-
Run the Application:
-
Compile and Hot-Reload for Development:
npm run dev
-
Compile and Minify for Production:
npm run build
-
Lint with ESLint:
npm run lint