A simple client for my personal and self-deployed tinyurl service.
The backend system is a RESTful service built upon Restify while the frontend is written in React with ES6.
The boilerplate is built based on create-react-app.
Runs the app in development mode:
Builds the app for production to ./build
folder.
The build is minified and the filenames include the hashes.
- Perform Redux support
- Change
reqwest
intofetch