项目作者: 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:
npm run start
# or
yarn start
Features
- Atomic Design Folder Structure.
- Import with Absolute path (e.g: import { React, Component } from ‘libraries’).
- Already integrated with Next-Redux-Wrapper.
- Already integrated with API instance Axios.
- Already integrated with Chakra-ui
- Easy to use!
How to Contribute
For managing code control and PR candidate, please follow previous commit and branch flow.
Work with new feature:
- Create new branch
feature/feature-name
- Send commit with message
[feature-name] commit message
Work with existing feature:
- Checkout to branch where you wanna to change or update the feature (if doesn’t exist, create new one with previous name /relevan name)
- 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