This project is being restructured.
- Monorepo
- Lerna
- Design System
- Hooks
- Redux Hooks
- Storybook
- Home (List products)
- Detail products
- Recommended products
- Cart
- Login / Register
- Admin (Seller)
- Profile (Buyer)
- Contact Us
- Message between Seller and Buyer
- Ratings about the Seller
- Dashboard for Sellers
- Notifications
- Favorites
- Pwa
- Firebase or storage
- Socket.io
- App
- SSR
├── Home
│
├── Social Media Links
│ ├── Twitter
│ ├── Instagram
│ └── Facebook
│
├── Shop Categories
│ ├── Mens
│ │ ├── T-Shirts
│ │ └── Caps
│ │
│ ├── Womans
│ │
│ │
│ └── News
│ └── Any
│
├── About Us
│ └── Out Story
│
├── Contact
│ ├── Info/Form
│ ├── Terms
│ └── FAQ
│
├── Account
│ ├── Profile
│ ├── Payment Methods
│ ├── Saved Address
│ ├── Order History
│ └── Password
│
├── Forms
│ ├── Login
│ ├── Register
│ ├── Forgot Password
│ └── Contact
│
└── Cart / Checkout
├── Cart Overview
├── Shipping Address
├── Billing Details
├── Payment Method
└── Order Summary
yarn
yarn start
Install dependencies in package: cd packages/name && yarn add -W dependencie-name
yarn story
yarn test
to run ALL packages test at the same time or cd packages/<package-name> && yarn test
Api: https://github.com/viniarruda/elixir-ecommerce-api [Elixir]
Enjoy!