DEV Community

Johan Villanueva
Johan Villanueva

Posted on • Updated on

Basic Starter Kits for ReactJS

Hi everyone! πŸ‘‹

Recently, I created two starter kits for my React Apps βš›. They are very simple and have the basics to start a quick project.

Repositories links

  1. React using JSX
  2. React using TypeScript (TSX)

Features

  • πŸ’… Styled Components
  • πŸ“¦ Webpack 5.9 (includes CSS Loader)
  • ⚑ TypeScript 4.1
  • πŸ“ƒ Linting with ESLint + Airbnb JS Style Guide
  • 🐩 Pre commit hooks with Husky (Run linter before commit)

Β 

I hope they help you.

Β 

πŸ’‘ And one last thing... PR's are welcome!

Happy coding! πŸ™‹β€β™‚οΈ

Top comments (0)