git clone git@github.com:spaleMarko/tinyUrl.git
cd tinyUrl
cd backend
cp example.env .env
npm install
tsc
npm start
cd frontend
npm install
npm start
| Name | Name | Last commit date | ||
|---|---|---|---|---|
git clone git@github.com:spaleMarko/tinyUrl.git
cd tinyUrl
cd backend
cp example.env .env
npm install
tsc
npm start
cd frontend
npm install
npm start