Simple URL Shortner client built using React, Typescript, and MaterialUI.
Demo can be found here.
- NodeJS
- Depends on the sus-server application
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