React-Tsx-starter

Technologies used:

Ui library -  Chakra UI,react-icons
State management - recoil
router - react-router-dom
api - axios
font - Poppins

Run Locally

Clone the project

  git clone https://github.com/Sanjai-R/React-Tsx-starter.git

Go to the project directory

  cd React-Tsx-starter

Install dependencies

  npm install
  or 
  yarn install

Start the server

  npm run start
  or
  yarn start