This commit is contained in:
Tyrel Souza 2022-09-21 14:35:43 -04:00
parent f2c0e4c932
commit fcece35c89
No known key found for this signature in database
GPG Key ID: F6582CF1308A2360
1 changed files with 11 additions and 0 deletions

11
README.md Normal file
View File

@ -0,0 +1,11 @@
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
```