/store-nest-react

React Js for creating Online store for nest template

Primary LanguageTypeScript

Original Design Url

https://nest-frontend-v6.netlify.app/

Module Structure

|-- module
    |-- components
    |-- pages
        |-- PageName
            |-- index.tsx
            |-- PageName.tsx
            |-- PrivatePageComponent.tsx
    |-- services
    |-- routes.ts
    |-- provider.ts
    |-- utils
        |-- locales.ts
        |-- flags.ts
        |-- types.ts
    |-- hooks
        |-- index.ts
    |-- atoms
        |-- index.ts
        |-- product-atom.ts
    |-- middleware