react-express-fullstack-starter Get up and running with react and express with only a few commands, originally created by Brad Traversy. Steps 1. npm install 2. cd client && npm install && cd.. 3. npm run dev Check your localhost:5000/api/customers to look at the hard coded back end api Check your localhost:3000 for the front end Happy coding!