Skip to content

Latest commit

 

History

History
executable file
·
26 lines (16 loc) · 755 Bytes

README.md

File metadata and controls

executable file
·
26 lines (16 loc) · 755 Bytes

Please read me first!

React State and Props for beginners

Note: If you have already used Yarn/Npm to run apps before, you can go right ahead. Otherwise, please continue below...

  1. Install NPM or Yarn (Google is your friend here) and then clone this repository to your computer

  2. Navigate to the folder containing this code and run

yarn
yarn start

or

npm install
npm start
  1. The code will compile and the server should start up
  2. Browse to localhost:3000 and continue with the tutorial over on LinkedIn

Can I use this code?

Feel free to fork this repository and make any changes. This was designed as a basic app to support my article on LinkedIn. No credit is required if you are publishing the code with customizations added.