/react-express-auth

Small project that shows how you can mix react and express to build auth system

Primary LanguageJavaScript

Auth System

This app demonstates simple auth system with Express/Mongo/React/Redux

  1. Install dependencies
npm i
  1. Start mongo on your machine

  2. Run Express server

npm run start
  1. Run webpack dev server
npm run dev-server
  1. Go to localhost:9000