beginners-guide-to-react-router
beginners-guide-to-react-router copied to clipboard
Beginner's Guide To React Router Starter Project
Beginner's Guide to React Router Repo
This tutorial uses React Router version 2.0.1
This goes along with the medium post Beginner's Guide to React Router
To get started with this project, do the following:
- Git clone the project
- cd into the project directory
- run
npm install
from the terminal - run
npm start
from the terminal
npm install
npm start