Skip to content

Latest commit

 

History

History
64 lines (40 loc) · 2.47 KB

introduction.md

File metadata and controls

64 lines (40 loc) · 2.47 KB

Introduction


Table of Contents


Description

ReactJS Boilerplate for a typical project.

Demo: https://react-boilerplate-coral.vercel.app

Backend: https://github.com/brocoders/nestjs-boilerplate

Features


Screenshots

Sign In Sign Up Users list Create user

Motivation

Often, when we start a new project, we have to spend a lot of time on the initial setup, like authentication, implementation of Private and Public routes, internationalization, etc. Also sometimes we have to sacrifice the quality of solutions during the initial setup because we need to initialize the project as soon as possible and start solving the business problems. ReactJS Boilerplate was created to solve it: we have collected in one place all basic flows and best practices focused on performance and simplicity of solutions. And even more, we have added many eslint rules that will improve your solutions.

Also, we have a boilerplate for the backend that is fully compatible with extensive-react-boilerplate. This allows for easily starting a new project with a full-stack solution.

We hope that this boilerplate will help you to start your project faster and with better quality.


Previous: Main

Next: Installing and Running