Simple Catalog Interface inspired by Sorabel Catalog Interface.
- Catalog List
- Catalog Detail
- Filter by Price / Color / Size
- Sort by Price / Most Popular / Latest
- React Js (View)
- Rx Js (Middleware)
- Styled Components (CSS)
- Firestore by Firebase (Sample Database)
- Webpack (Bundler)
# development mode
npm install
npm run dev
# production mode
npm install
npm start