项目作者: justirva09

项目描述 :
A Boilerplate NextJS With Atomic Design structure ready for development Version 2
高级语言: JavaScript
项目地址: git://github.com/justirva09/NextJS-Boilerplate-withAtomicDesign-V2.git


ReactJS Boilerplate With Atomic Design - Ready for Development

  • Created with: NEXTJS ^10.0.7
  • Author: Muhammad Irva
  • Production Branch: master
  • Dev Branch: ~

First, run the development server:

  1. npm run start
  2. # or
  3. yarn start

Features

  1. Atomic Design Folder Structure.
  2. Import with Absolute path (e.g: import { React, Component } from ‘libraries’).
  3. Already integrated with Next-Redux-Wrapper.
  4. Already integrated with API instance Axios.
  5. Already integrated with Chakra-ui
  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

Best regards,

Muhammad irva - Justirva09