/synechron-coding-challenge

synechron-coding-challenge

Primary LanguageTypeScript

Coding challenge

original requirements: https://github.com/Medibank/coding-challenge-web

Overview

  • vitejs as the build tool.
  • vitest as the testing framework.
  • emotion as the css-in-jss library.

Instructions

git clone https://github.com/christian-schulze/synechron-coding-challenge
cd synechron-coding-challenge
yarn

To run the app:

yarn dev

To run tests:

yarn test run

# or watch mode:
yarn test