Skip to content

joerez/MERN-SPA-Starter

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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