A vite react typescript boilerplate with pre-configured sass, redux-tool-kit, tailwind, eslint, prettier & jest, i18n internalization, Dockerfile... built in cli coming soon
This product is a boilerplate for React Vite development with zero configurations. It provides a pre-configured setup for building workflows and includes documentation for guidance. The boilerplate also offers a live demo for users to preview the features. The installation process requires the installation of dependencies and provides instructions for starting the development server and running the application in production. The boilerplate includes linters for code consistency and type safety and suggests using corresponding plugins for editors or IDEs for better usage. It also supports Prettier for consistent code formatting, Jest and Enzyme for testing, and provides custom module resolvers for absolute imports. Additionally, it includes support for SCSS and CSS modules, Redux dev tool for global state management, and features for generating components and views.
To install the boilerplate and get ready for React Vite development, follow these steps:
Make sure you have Node (>= 10.13.0) installed on your system.
Clone the repository or use the provided template to create your own repository.
git clone <repository-url>
# or
npx degit <repository-url> <folder-name>
npm install
The React Vite boilerplate offers a convenient setup for starting React development with zero configurations. It provides pre-configured workflows, documentation, and a live demo for previewing features. The installation process is straightforward, requiring the installation of dependencies. The boilerplate includes support for linters, Prettier, testing with Jest and Enzyme, custom module resolvers, SCSS and CSS modules, Redux dev tool, and a CLI for auto-generating components and views. It aims to simplify the development process and enhance productivity.