You can find demo here
- login: [email protected]
- password: TestPassword123_
- React
- TypeScript
- MobX
- i18n
- Semantic UI
- SCSS
- Authorization
- Modular structure
- Clone or download this repository.
- Install Docker. Please note that you may need sudo to run Docker commands.
- Build image:
docker build ./ -t test-spa-app
- Start on port 5001:
docker run -d --name test-spa-app -p 5001:80 test-spa-app
- Clone or download this repository.
- Install necessary requirements:
yarn install
- Start on port 5001:
yarn start