Skip to content

Commit

Permalink
Add info about the tool stack
Browse files Browse the repository at this point in the history
  • Loading branch information
fatfisz committed Jul 29, 2020
1 parent 327b1f0 commit 10cddb9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -28,3 +28,11 @@ After the server has started, you can go to http://localhost:3000 to use the app
- `types`: runs the TypeScript checks
- `test`: runs the tests
- `build` and `start`: builds and starts the production version of the Next.js app, respectively

## Tool stack

- [TypeScript](https://github.com/Microsoft/TypeScript): used almost everywhere in the project, with strict checks by default
- [Next.js](https://github.com/vercel/next.js): a framework for creating React apps
- [styled-jsx](https://github.com/vercel/styled-jsx): built into Next.js, a CSS-in-JS tool
- [ESLint](https://github.com/eslint/eslint), [Prettier](https://github.com/prettier/prettier): linting and formatting
- [Jest](https://github.com/facebook/jest), [testing-library](https://github.com/testing-library), [msw](https://github.com/mswjs/msw): testing

0 comments on commit 10cddb9

Please sign in to comment.