udemy-react-course/README.md

12 lines
208 B
Markdown

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
```