/learning-reactjs

LinkedIn Learning: Learning React.js course at: https://www.linkedin.com/learning/learning-react-js-4

Primary LanguageJavaScript

learning-reactjs

Hosted on github.io:
https://nicholaskylehoffman.github.io/learning-reactjs/

To serve/test production build locally: "npm build"
"npm install serve -g"
"npm serve -s"
Navigate to: http://localhost:5000

Download/clone repo
Drag file into browser window
Inspect with React Dev Tools

OR:

Navigate to learning-reactjs folder
run "npm install"
run "npm start"
view in browser @ localhost://3000