The Email Client Stub provided in this project consists of a login screen accepting no login data.
The user must then navigate to the Forgot password
screen and enter some personal data which he can find at the exit game location.
After entering the right personal data on the Forgot password
screen the user is redirected to the email client and can view the emails.
After checkout, run npm install
To start development, run npm run dev
in terminal. This will start the server and the client in parallel.
To run in production mode, run
npm run build
and then npm run server
To run with port 80 on a windows machine, use
npm run build
and then npm run win_server
https://github.com/crsandeep/simple-react-full-stack for the project setup
https://github.com/jvadillo/react-email-client for the initial email client UI