The main branch of this repo has no styling library included
-
The
chakra-UI-styling
branch uses Chakra-UI -
The
Tailwind-radixUI
branch uses TailwindCSS & RadixUIIf you intend to use either tailwind or chakraUI remember to clone all branches if you using this repository as a template
The following should be installed in your machine.
- Clone this repo and
cd
into it - Create a
.env
file and add thisVITE_APP_BASE_URL=https://jsonplaceholder.typicode.com
- Install the dependencies by running
yarn
- Start the application on development mode by running
yarn start