Skip to content

A boilerplate project for React SPA with authentication via JWT

License

Notifications You must be signed in to change notification settings

mikeover/react-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

mikeoverMike Over
and
Mike Over
Nov 11, 2017
0f3c3be · Nov 11, 2017

History

26 Commits
Nov 11, 2017
Nov 10, 2017
Nov 9, 2017
Nov 9, 2017
Nov 9, 2017
Nov 9, 2017
Nov 11, 2017
Nov 9, 2017
Nov 11, 2017
Nov 11, 2017
Nov 9, 2017

Repository files navigation

React Auth

A boilerplace project for an authenticated React single page application.

Dependencies

This project only contains the front-end React code. It requires a backend that supports authentication, such as https://github.com/mikeover/node-api. That server project requires mongoDB.

Getting Started

> git clone https://github.com/mikeover/node-api.git
> cd node-api
> npm install
> npm run dev
> git clone https://github.com/mikeover/react-auth.git
> cd react-auth
> npm install
> npm run start

Installing MongoDB on Mac (for server project node-api)

> brew install mongodb
> sudo mkdir -p /data/db
> sudo chown -R $USER /data/db
> mongod // run mongo

About

A boilerplate project for React SPA with authentication via JWT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published