ReactJS-boilerplate-With-Atomic-Design

A ReactJS Boilerplate ready for development include redux + firebase + axios

View the Project on GitHub justirva09/ReactJS-boilerplate-With-Atomic-Design

ReactJS Boilerplate With Atomic Design - Ready for Development

alt text

First, run the development server:

npm run start
# or
yarn start

Features

  1. Atomic Design Folder Structure.
  2. Import with Absolute path (e.g: import { View } from ‘component’).
  3. Already integrated with Redux and Firebase.
  4. API instance with axios.
  5. Already integrated with dynamic react-router & pages.
  6. Easy to use!

How to Contribute

For managing code control and PR candidate, please follow previous commit and branch flow.

Work with new feature:

  1. Create new branch feature/feature-name
  2. Send commit with message [feature-name] commit message

Work with existing feature:

  1. Checkout to branch where you wanna to change or update the feature (if doesn’t exist, create new one with previous name /relevan name)
  2. Send commit with message [feature-name] commit message

Pull Request to Dev

You can create the PR to Dev if the feature has been successfully in local dev and local test

Thanks