/client
- Create React App front-end for identity service/server
- Flask private identity server
Make sure you have docker
installed on your system.
- run
docker-compose build
- run
docker-compose up
This will start both the client/server application, and both will reload automatically as you make changes.
See the Readmes within the client/
and server/
directories for more information.