Skip to content

Simple project for junior developers. Shows how you can use React Router in JavaScript

Notifications You must be signed in to change notification settings

mystyButterfly/react-router

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Router

This is small project for junior developers.

I used here different elements from React Router. When I was learning React Router I needed the same one. That why I decide to share.

I created this in React and Vite. You can see more about in internet about this. Just search "npm create vite".

To see the project you need to do next steps:

  1. Download repository or copy directly. how to download? https://docs.github.com/en/get-started/start-your-journey/downloading-files-from-github

  2. Take files from the archive to your folder.

  3. Open your folder in code editor (for example VS-code)

  4. Use next command:
    nmp install
    *this comand install dependency you need for this project. This command create folder node_modules and add there some folders.
    npm run dev
    *this comand run this project

Releases

No releases published

Packages

No packages published