Skip to content

rafalpawlow/sb-coding-challenge

Repository files navigation

SmartBear coding challenge

This project was created for the recruitment process of the Senior Frontend Developer position

Stack used in the project

  • Vite
  • React with Typescript
  • Emotion's Styled Components
  • React Query
  • Axios

Developing project

Clone github repo and run the following commands

yarn

yarn dev

Production build

Clone github repo and run the following commands

yarn

yarn build

Build and run for production

Clone github repo and run the following commands

docker build -t smartbear .

docker run -d -p 80:80 smartbear

Run tests

yarn test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published