This let's you quickly set up a MERN stack project.
Clone the repo then give it one of these bad boys:
npm install
Great! Now let's do these:
cd client
then:
npm install
Great!
You've gotta set up your dev keys for passport. Go to your google developer console and create a new web app, enable the google+ api, and then copy the keys into ./config/dev.js
You should set your restrictions to the following:
Now you've got a project with a NodeJS backend, a React, Redux frontend, built in authentication, and a proxy between the frontend and backend.
GO take over the world now. Start up your environment with:
npm run dev