This is a personal project based ReactJS to url shortener named tinu.be
- Node ~10.16.
- Yarn or npm ~6.11
By the first rename the file .env-sample
to .env
and fill with all necessary info:
# Env variables
REACT_APP_API_URL=http://localhost:5000/
REACT_APP_GOOGLE_ANALYTICS=UA-XXXXXXXX-X
REACT_APP_SENTRY_URL=SENTRY_APIKEY_URL
Get url from tinube-api repo
We are using Yarn to install dependencies and build, so open the terminal and run:
$ yarn install
then to run dev env
$ yarn start