Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.01 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.01 KB

CRUD React Tutorial | Real Estate App

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.

Installation

Install the packages in the package.json file with:

npm i
// not every branch has a backend folder!
cd backend   npm i

Usage

npm run start

Branches

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.

Server and Client

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

Contributing

Pull requests are welcome but on new branches. For major changes, please open an issue first to discuss what you would like to change.

License

MIT