Skip to content

mariyageorge01/learn-react-18

Repository files navigation

To run the application:

  1. Clone the application.
  2. Run the below command to install the dependencies:
npm install
  1. Then, run the development server:
npm run dev
  1. Open http://localhost:3000 with your browser to see the result.

How to clone a specific tagged version of the repository?

git clone --branch <tag_name> <repo_url>

For eg:

git clone --branch v1.0.0 <http link>

References:

  1. useTransition: Link to the youtube video