Beginners guide for your first react js encounter. Learn how to set up your first web application in a couple of minutes. Join me and lets code pare.
- Clone this repo to your local machine using
git clone https://github.com/letscodepare/letscodepare-guide-for-first-react-js.git lcp-beginners-guide-react
now install npm packages
npm installAfter success installation, run this code
npm start