A free and open source url shortener
yarn # Please use yarn
Make sure that you are in the root of the project when running the app
yarn start # Runs both server and client start script
yarn dev # Runs both server and client dev script
yarn client:build # Builds the client
You will see .env.example
on both client
and server
workspaces