- webpack
- react
- deploy on netlify
- tailwind
- typescript
- @testing-library/react
- cypress
- storybook
- renovate
- travis
- code coverage
- bundle analyzer
- prettier
- never create a boilerplate again
-
Make sure you have node installed. If you have
nvm
installed, go ahead andnvm use
-
Install dependencies:
yarn
-
Build Project:
yarn build
-
Run dev server:
yarn dev
Convert images to webp format with cutom size (I haven't really added the util, just want to keep it here because)
cwebp <path-to-large-image> -o <path-to-compressed-image>.webp -resize 2000 1000