This project shows the basics usage of React Router and React State Management
git clone https://github.com/git4robin/ReactAssignment1.git
# Step1
cd ReactAssignment1
# Execute this command to download all node modules
yarn
# OR
npm
# Step2
# Launch the development server
yarn start
# OR
npm start