项目作者: stozuka

项目描述 :
React auth example with JWT
高级语言: JavaScript
项目地址: git://github.com/stozuka/react-auth-client.git
创建时间: 2018-08-19T06:18:09Z
项目社区:https://github.com/stozuka/react-auth-client

开源协议:

下载


react-auth-client

Learning React and Redux along with “Advanced React and Redux: 2018 Edition”(https://www.udemy.com/react-redux-tutorial/).

Make express-auth-server (https://github.com/stozuka/express-auth-server) up and running, then run these commands to start server.

  1. $ git clone git@github.com:stozuka/react-auth-client.git
  2. $ cd react-auth-client
  3. $ npm install
  4. $ npm start