- Clone this repository to your computer.
cd
to the project directory.- Run
npm install
to install all of the depencies for the React client.
- Run
npm run dev
to start the development server for your client. - You should see the login view when the UI opens.
- Attempt to login with
[email protected]
and the password you set the value ofAdminPassword
to in the user-secrets - If the setup succeeded, you should see a welcome message, and a
User Profiles
menu option along with a logout button.