This is a repo for a react fullstack video tutorial. Covered will be React, React-Classes, Context API, Redux, Firebase and more. Learn how to use different approaches in React with the same App.
Install the packages in the package.json file with:
npm i
// not every branch has a backend folder!
cd backend npm i
npm run start
Check out the different branches for the respective video of your tutorial. The master-branch is the empty project. You'll find the complete codes in the other branches.
If you use a branch with a node.js server (in the backend folder) run it on localhost/3000 and run the clientside code on an alternative port like localhost/3001 or localhost/5000...
Pull requests are welcome but on new branches. For major changes, please open an issue first to discuss what you would like to change.