City of Helsinki Land lease UI
- Typescript Type checker
- Yarn Dependency manager
- Vite Front-end tooling
- Vitest Testing framework
- React User interface components
- Redux Predictable state container
- Lodash Utility library
- Eslint Linting utility
Start the docker container with:
docker-compose up
The project is now live at http://localhost:3000
You can log into the container to execute some commands like so:
docker exec -it mvj-ui bash
Make sure you have Yarn installed globally.
yarn
cp .env.example .env
yarn start
yarn run build
yarn test
yarn run test:watch
yarn run test:coverage