Go to file
Tyrel Souza 9f1d7c9da9
cleanups
2022-09-22 14:02:02 -04:00
errors dom and states 2022-09-22 12:01:33 -04:00
react-chap9 cleanups 2022-09-22 14:02:02 -04:00
react-complete-guide dom and states 2022-09-22 12:01:33 -04:00
side-effects cleanups 2022-09-22 14:02:02 -04:00
style-chapter styling 2022-09-21 16:21:26 -04:00
.gitignore Initial Commit 2022-09-21 14:33:46 -04:00
README.md README 2022-09-21 14:35:43 -04:00

README.md

Following: https://www.udemy.com/course/react-the-complete-guide-incl-redux/

To Run:

Ensure Node LTS is installed (v16.17.0) and activated (nvm/asdf/etc...)

$ cd react-complete-guide/
$ npm start