Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ianzone/react-template
https://github.com/ianzone/react-template
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ianzone/react-template
- Owner: ianzone
- Created: 2022-05-24T01:15:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T01:24:49.000Z (4 months ago)
- Last Synced: 2024-09-13T14:19:59.242Z (4 months ago)
- Language: TypeScript
- Size: 507 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Toolchain
Tasks
Tools
Options
Building
Linting
Testing
CI/CD
# Libraries
Category
Libs
UI
Data Visualization
i18n
Utils
Routing
Networking
State Management
[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/enaqx/awesome-react)
### [Options](https://zhuanlan.zhihu.com/p/546697951)
# Get it started
```bash
degit https://github.com/ianzone/react-template
cd
pnpm i
pnpm run dev
```# Structure
| Folder | Description |
| ----------- | ------------------------------------------------ |
| assets/ | Static assets such as images, videos, audios... |
| components/ | Pure components |
| containers/ | Components with business logics and side effects |
| contexts/ | Shared contexts |
| hooks/ | Stateful functions |
| utils/ | Stateless functions |
| pages/ | Pages |
| services/ | API calls |
| styles/ | Global css, fonts |