1.0.0 • Published 7 months ago

memberssss v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
7 months ago

Getting Started

First, install the packages and run the development server:

yarn
yarn dev

Open http://localhost:3000 with your browser to see the result.

Folder and Files structure

To standardize the projects structures this folder and files structure was planned.

app/ api/ - route.ts locale/ example/ (hooks)/ - useExample.ts - ... - page.tsx - layout.tsx - loading.tsx

dictionaries/

services/ requests/ - fetchExample.ts - fetchExample.types.ts

  • otherServices...

shared/ components/ common-components/ Example/ hooks/ - useExample.ts - useExample.types.ts - useExample.test.ts - Example.test.tsx - Example.style.ts - Example.types.ts - Example.tsx page-components/ page-name/ Example/ hooks/ - useExample.ts - useExample.types.ts - useExample.test.ts - Example.test.tsx - Example.style.ts - Example.types.ts - Example.tsx

constants/ contexts/ hooks/ loadings/ types/ utils/

Learn More

To learn more about the libs used on the project, take a look at the following resources: