Tiny URL is a URL Shortener used by 1pt.co API
Tech: TypeScript, React.js, Vite, CSS
- Clone the project:
[email protected]:tansionline/tiny-url.git
- Download the packages:
npm install
oryarn install
- Start the development server:
npm run dev
oryarn dev
- For build:
npm run build
oryarn build