DEV Community

Johan Villanueva
Johan Villanueva

Posted on • Edited 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)