Skip to content

joerez/MERN-SPA-Starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MERN-SPA-Starter

This let's you quickly set up a MERN stack project.

What you need to do

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!

What next?

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: photo

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

About

This let's you quickly set up a MERN stack Single Page Application, with built in Google oAuth, and a proxy between the front and back end.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published