Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 525 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 525 Bytes

React starter

🌱 react-starter-project

Clone for a ready-to-use React project. Keep just this folder if you want.

  1. Clone this repo;
  2. npm install to install React on your cloned project.

🚗 react-starter-w-router

Clone for a ready-to-use React project with React Router. Keep just this folder if you want.

  1. Clone this repo;
  2. npm install to install React on your cloned project.
  3. npm i -D react-router-dom to install React Router.

"Happy hacking!"