A client built with Vite, react-router-dom, styled-components and axios
This project is online on Heroku: https://wall-app-tsl.herokuapp.com/
git clone https://github.com/rodrigonahid/tsl-client.git
then
cd tsl-client
yarn install
# or
npm install
On the root there's a .env.example
file. Rename it to just .env
and make sure the value of it is the same as the backend domain
yarn dev
# or
npm run dev
yarn build
# or
npm run build