Sample ServerSide rendered demo using Redux and ReactJS for the frontend, Nodejs on the server and Okta for authentication.
- Clone repository:
git clone https://github.com/ernoff/universal-react-demo.git
- Install dependencies:
npm install
- Start application:
npm start
- Navigate to
http://localhost:9000
on your prefered browser to view dev
- Click on Heroku Live Link to view demo live
- Implement Recover password via Okta service
- Reroute to secure routes after registration
- Add javascript animation during background processes like login, registration and logout