This project as a part of test task. It contains minimal functionality examples for:
- Code splitting in React/TypeScript projects.
- Simple routing using react-router.
- API calls using axios.
- Form validation and submitting using react-hook-form.
To run this app you should clone repository to your local machine first.
Install dependecies with yarn:
yarn install
Start application:
yarn start
Docker configuration files placed under the project root directory. Just run this command from the project root:
docker-compose up -d