- Docker and Docker Compose installed in the machine
make test
make dev
Application is built using CircleCI and deployed in ZEIT now
- 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.