Skip to content

tansionline/tiny-url

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny URL

Tiny URL is a URL Shortener used by 1pt.co API

Tech: TypeScript, React.js, Vite, CSS

Demo Link

For Development

  • Clone the project: [email protected]:tansionline/tiny-url.git
  • Download the packages: npm install or yarn install
  • Start the development server: npm run dev or yarn dev

For Build

  • For build: npm run build or yarn build