Skip to content

Files

Latest commit

6f35891 · Aug 8, 2020

History

History

basic-authentication

Chapter 4 - Basic Authentication

React app with basic protected routes and authentication using AWS Amplify and React Router.


To run this app:

  1. Clone the repository
git clone https://github.com/dabit3/full-stack-serverless-code.git
  1. Change into the directory
cd basic-authentication
  1. Install the dependencies
npm install

# or

yarn
  1. Deploy the amplify project
amplify init

amplify push
  1. Start the app
npm start