Please read me first!
Note: If you have already used Yarn/Npm to run apps before, you can go right ahead. Otherwise, please continue below...
-
Install NPM or Yarn (Google is your friend here) and then clone this repository to your computer
-
Navigate to the folder containing this code and run
yarn
yarn start
or
npm install
npm start
- The code will compile and the server should start up
- Browse to localhost:3000 and continue with the tutorial over on LinkedIn
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.