Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 610 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 610 Bytes

🎸 Iteam React TS Template 🔥

Setup

This template uses @iteam/eslint-config-react, so we need to configure it by installing its peer dependencies.

From the project root, run the following command:

npx install-peerdeps --dev @iteam/eslint-config-react

Then, install the rest of the dependencies:

npm install

Recommended VSCode extensions

  • ESLint
  • Prettier
  • Tailwind CSS Intellisense

Configuration

This template comes with a basic setup of Github Actions to lint and test code on PR:s made against main.