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)