Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 237 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 237 Bytes

kratos-selfservice-react-spa

To run the frontend

cd frontend
yarn install
yarn start

To open the frontend

127.0.0.1:3000

To run kratos

cd kratos
docker-compose -f docker-compose.yml up --build --force-recreate