Starter for react router v6

Demo :- https://manishsencha.github.io/react-router-v6-starter/

Installation

This is a react app 😉.
If you know what to do then go ahead by yourself. If not then don't worry, read the instructions below.

Prerequisites

Instructions

Open something in which you can run the commands. For example: - Terminal, Powershell etc.

  • Clone this repo: - git clone https://github.com/manishsencha/react-router-v6-starter.git
  • Go to the directory: - cd react-router-v6-starter

This project was created using yarn so i would prefer using yarn.

  • If you don't have yarn installed, Install it using npm: npm install -g yarn
  • If you are on linux run the above command using sudo: - sudo npm install -g yarn

Now, move to next step: -

  • Install the dependencies: - yarn install

Finally,