Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 468 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 468 Bytes

catalog

Simple Catalog Interface inspired by Sorabel Catalog Interface.

Feature

  • Catalog List
  • Catalog Detail
  • Filter by Price / Color / Size
  • Sort by Price / Most Popular / Latest

Main Dependencies

  • React Js (View)
  • Rx Js (Middleware)
  • Styled Components (CSS)
  • Firestore by Firebase (Sample Database)
  • Webpack (Bundler)

How to Run

# development mode
npm install
npm run dev
# production mode
npm install
npm start