Welcome to vite-react-ts-starter

Technologies used

Styling

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 & RadixUI

    If you intend to use either tailwind or chakraUI remember to clone all branches if you using this repository as a template

Getting Started

The following should be installed in your machine.

How To Install And Run The Application

  • Clone this repo and cd into it
  • Create a .env file and add this VITE_APP_BASE_URL=https://jsonplaceholder.typicode.com
  • Install the dependencies by running yarn
  • Start the application on development mode by running yarn start