https://github.com/yunglocokid/FSD-Pure-React-Template
🛠️ Pure template for development on React in the Feature-Sliсed Design architecture
https://github.com/yunglocokid/FSD-Pure-React-Template
Last synced: about 1 month ago
JSON representation
🛠️ Pure template for development on React in the Feature-Sliсed Design architecture
- Host: GitHub
- URL: https://github.com/yunglocokid/FSD-Pure-React-Template
- Owner: yunglocokid
- Created: 2024-06-11T07:48:52.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-08-03T06:48:48.000Z (9 months ago)
- Last Synced: 2024-10-31T15:38:31.449Z (6 months ago)
- Language: TypeScript
- Homepage: https://yunglocokid.ru
- Size: 53.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - FSD + Typescript + React + Eslint
README
# React + Feature-Sliced Design | Pure Template
## Folders description
| Folder | Description |
| ------------ | ------------------ |
| public | Public files |
| src/app | App FSD Layer |
| src/pages | Pages FSD Layer |
| src/widgets | Widgets FSD Layer |
| src/features | Features FSD Layer |
| src/entities | Entities FSD Layer |
| src/shared | Shared FSD Layer |This template uses such development assistants
- Eslint
- PrettierIf you don't need it, you can disable it at any time by removing the
dependency from your _package.json_ and _.\*rc_ file.