Skip to content

raduschirliu/sus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published