Skip to content

johnazre/auth-passport-simple-jwt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Full stack create-react-app project with auth

Getting Started

git clone https://github.com/johnazre/auth-passport-simple-jwt.git
cd auth-passport-simple-jwt
yarn OR npm install
  • To run the server:
cd server
yarn OR npm install
node server.js OR nodemon (if you have it installed)
  • To run the client:
cd client
yarn OR npm install
yarn start OR npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published