Skip to content

hjemmel/toy-robot

Repository files navigation

Deploy with ZEIT Now Gitpod Ready-to-Code time tracker CircleCI

How to Run the application and the tests

Requirements

Run the tests

make test

Run the application

make dev

CI / CD

Application is built using CircleCI and deployed in ZEIT now

Technologies / Libraries

  • Webpack - module bundler & task runner
  • Styled Components - Visual primitives for the component age 💅
  • Expressjs - web framework for Node.js
  • Yarn - package manager
  • TypeScript - Typed superset of javascript that compiles to plain javascript
  • ESLint - Lint tool for TypeScript
  • Jest - Test Suite
  • React Testing Library - builds on top of dom-testing-library by adding APIs for working with React components.