Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/serifcolakel/monorepo-setup
A repository for Monorepo setup /w Turborepo. its include Typescript, Eslint, Husky, React, Vite, Tailwind, NextJS, Storybook.
https://github.com/serifcolakel/monorepo-setup
Last synced: 6 days ago
JSON representation
A repository for Monorepo setup /w Turborepo. its include Typescript, Eslint, Husky, React, Vite, Tailwind, NextJS, Storybook.
- Host: GitHub
- URL: https://github.com/serifcolakel/monorepo-setup
- Owner: serifcolakel
- Created: 2024-01-03T20:03:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-06T20:14:30.000Z (about 1 year ago)
- Last Synced: 2024-11-09T02:52:36.584Z (2 months ago)
- Language: TypeScript
- Size: 992 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Serif Notes :
## Path Alias for @libs - @common - @utils - @\_
```json
"baseUrl": "./",
"paths": {
"@_": ["./src/_"],
"@utils": ["./src/utils"],
"@common": ["./src/common"],
"@libs": ["./src/libs"]
},
```## Road Map
- [ ] Create template for module and container testing.
- [ ] Write reusable base components ex: Button, Input, Select etc.
- [ ] Write reusable base hooks ex: useFetch, useDebounce etc.
- [ ] Write test / components / libs / utils etc. compare popular libs and improve your skills.
- [ ] Components has to be primitive.
- [ ] Components approach has to be atomic.