URL shrinking service frontend written in React.
- Install Docker
- Install git
- Install Opctl
- You need to have the backend service running.
- Open a terminal
- Run: git clone https://github.com/luisgarciaalanis/miniurl-react
- cd miniurl-react
- Run: opctl run debug
- It will download the needed containers and run them.
- It will build the frontend bundle.
- It will launch the bundle on an Nginx container.
- You are done, use http://localhost/
- Ctrl+C on the terminal.
- This will stop and remove the containers.
opts run test