Boilerplate for projects using React, Tailwind, Redux Toolkit
This product is an extended version of the React template from Stellar Minore Open-source Template. It provides a more simplified version of the template with a specific folder structure and without the RTK (Redux Toolkit) setup. The template is designed for projects that use React, Tailwind CSS, Redux Toolkit, SASS Modules, and Eslint/Stylint configurations.
To use the template, please ensure you have the latest version of Node.js installed. Then follow these steps:
Clone the repository.
git clone [repository URL]
Install dependencies.
npm install
Start the development server.
npm start
Access the app in your browser at http://localhost:3000.
This extended React template from Stellar Minore Open-source Template provides a simplified starting point for projects using React, Tailwind CSS, Redux Toolkit, SASS Modules, and Eslint/Stylint configurations. It includes features such as pre-built authentication pages, customizable navbar, protected routes functionality, custom Axios instance for handling API calls and JWT tokens, and support for rotating refresh tokens. By following the installation guide, users can quickly set up and start working with this template.