Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 626 Bytes

README.md

File metadata and controls

47 lines (27 loc) · 626 Bytes

The Silver Logic Assignment

A client built with Vite, react-router-dom, styled-components and axios

This project is online on Heroku: https://wall-app-tsl.herokuapp.com/

Clone the project

git clone https://github.com/rodrigonahid/tsl-client.git

then

cd tsl-client

Installation

yarn install

# or

npm install

Environment variables

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

Running the project

yarn dev

# or

npm run dev

Building for production

yarn build

# or

npm run build