/sus

Simple URL Shortener

Primary LanguageTypeScriptMIT LicenseMIT

sus

Netlify Status
Simple URL Shortner client built using React, Typescript, and MaterialUI.
Demo can be found here.

Requirements

Running

To run the server, the following environment variables need to be set first:

REACT_APP_API_URL=https://xxxxxx

These can also be loaded from a .env file placed in the root directory.

The client can then be started in development mode by running:

npm install
npm run start