8000 GitHub - scaperoth/express-react-template: Template for quickly getting started with express react application
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

scaperoth/express-react-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

express-react-template

Boilerplate full-stack MERN app with authentication using passport and JWTs.

Configuration

  • add your own mongoURI in config/keys.
  • add your own secret key in config/keys that will be used by passport and JWT.
module.exports = {
  mongoURI: "YOUR_MONGO_URI_HERE",
  secretOrKey: "secret"
};

Quick Start

// Install dependencies for server & client
yarn && yarn client-install

// Run client & server with concurrently
yarn dev

// Server runs on http://localhost:5000 and client on http://localhost:3000

References:

special thanks to rishipr's project, mern-auth

About

Template for quickly getting started with express react application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0