Skip to content

Get started quickly on your next React JS project with this boilerplate build on Atomic Design Pattern that includes protected routing, common dependencies and packages, such as Material UI components (MUI), Firebase integration, and Redux state management. Includes example components and utilities to help you jumpstart your development

Notifications You must be signed in to change notification settings

bhattiasad99/react-firebase-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React JS Boilerplate

Introduction

This is a React JS boilerplate build using Atomic Design Principals that you can use as a starting point for your applications. It includes some common dependencies and packages that you may want to use in your projects, as well as some example components and utilities.

Features

  • Out of the box Firebase Integration
  • Material UI v5
  • Protected Routing
  • Professional Folder Structure

Dependencies

This boilerplate includes the following dependencies:

@emotion/react and @emotion/styled for CSS-in-JS styling @mui/icons-material and @mui/material for Material UI components @reduxjs/toolkit and react-redux for Redux state management firebase for Firebase integration notistack for displaying notifications react-quill for a rich text editor react-router-dom for client-side routing

Getting Started

To get started with this boilerplate, clone this repository to your local machine and install the dependencies using npm install.

Installing dependancies

Copy code git clone https://github.com/your-username/your-boilerplate.git cd your-boilerplate npm install To start the development server, run npm start.

Applying environment variables

Locate the file named .env.example and rename it to .env

Starting the server

Copy code npm start This will start the development server on http://localhost:3000 and open a browser window with your application.

Building for Production

To build your application for production, run npm run build. This will create a production-ready build in the build directory.

Copy code

npm run build You can then deploy this build to a static hosting provider, such as Netlify or Firebase Hosting.

Contributing

If you find a bug or want to suggest a new feature, please open an issue on GitHub. Pull requests are also welcome!

About

Get started quickly on your next React JS project with this boilerplate build on Atomic Design Pattern that includes protected routing, common dependencies and packages, such as Material UI components (MUI), Firebase integration, and Redux state management. Includes example components and utilities to help you jumpstart your development

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published