Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.