resemi-admin
resemi-admin copied to clipboard
π A beautiful react admin, using NextJS, TypeScript and SemiDesign.
Resemi Admin
English | δΈζ
Introduction
Resemi Admin is a free and open-source middle and back-end template. Using the latest NextJS 12
,React 18
,TypeScript
and other mainstream technology development.
Preparation
- Semi Design - A modern, comprehensive, flexible design system and UI library.
- Next.js - The React Framework
- React - A JavaScript library for building user interfaces.
- Recoil - A state management library for React
- TypeScript - TypeScript is JavaScript with syntax for types.
- WindiCSS - Next generation utility-first CSS framework.
Usage
# Get the project code
git clone https://github.com/resemi/resemi-admin.git
# installation dependencies
cd resemi-admin && pnpm install
# run
pnpm dev
# build
pnpm build
Use Gitpod
How to contribute
Welcome to join us! Raise an Issue Or submit a Pull Requestγ
Pull Request:
- Fork code!
- Create your own branch:
git checkout -b feat/xxxx
- Submit your changes:
git commit -am 'feat(function): add xxxxx'
- Push your branch:
git push origin feat/xxxx
- Submit
pull request
Git Contribution submission specification
reference Angular
-
feat
Add new features -
fix
Fix the problem/bug -
style
The code style is related and does not affect the running result -
perf
Optimization/Performance improvement -
refactor
Refactor code -
revert
Undo edit -
test
Test related -
docs
Documentation/Notes -
chore
Dependency update/scaffolding configuration modification etc. -
ci
Continuous integration -
types
Type definition file changes
Change Log
CHANGELOG
License
MIT