Retr0327 / URL-shortener-frontend

An application with Next.js that shortens long URLs into more manageable and useable short URLs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

url-shortener-frontend

This project allows users to enter a long URL and receive a shortened version in return.

Setup

Once downloaded, open the terminal in the project directory, and install dependencies with:

npm install

If you are running on Windows run install --noptional flag (i.e. npm install --no-optional) which will skip installing fsevents.

1. Running locally in development mode.

Simply do:

npm run dev

2. Building and deploying in production

If you wanted to run this site in production, you should install modules then build the site with npm run build and run it with npm start:

npm run build 
npm start

Run npm run build again any time you make changes to the site.

Contact Me

If you have any suggestion or question, please do not hesitate to email me at philcoke35@gmail.com.

About

An application with Next.js that shortens long URLs into more manageable and useable short URLs.


Languages

Language:TypeScript 94.8%Language:Dockerfile 3.0%Language:JavaScript 1.6%Language:Shell 0.6%