Initial Release
This is the first official release of the React Boilerplate. This release includes the following features:
- TypeScript: Leverage the power of static typing to catch errors early and improve code quality.
- Tailwind CSS: Quickly build modern, responsive UIs with the utility-first CSS framework.
- Lint Check: Maintain code consistency and avoid common pitfalls with integrated linting tools.
- Authentication Logic: Get started with built-in authentication logic to manage user authentication and authorization.
- Dark Theme: Easily toggle between light and dark themes to enhance user experience.
To get started with this boilerplate, create a new repository, clone your project and follow the instructions in the Readme.md file.
git clone https://github.com/yourusername/your-repository.git
cd your-repository
yarn
yarn dev