Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Medusa | 17,544 | 88 | 11 hours ago | 98 | July 11, 2022 | 172 | mit | TypeScript | ||
Building blocks for digital commerce | ||||||||||
Woocommerce | 8,449 | 13 | 14 | 12 hours ago | 460 | October 12, 2021 | 2,190 | other | PHP | |
A customizable, open-source ecommerce platform built on WordPress. Build any commerce solution you can imagine. | ||||||||||
Commerce | 6,878 | 21 days ago | 158 | mit | TypeScript | |||||
Next.js Commerce | ||||||||||
React Shopping Cart | 2,193 | 24 days ago | 8 | mit | TypeScript | |||||
🛍️ Simple ecommerce cart application built with Typescript and React | ||||||||||
Storefront Ui | 2,083 | 15 hours ago | 1 | April 09, 2021 | 86 | mit | TypeScript | |||
A frontend library for Vue and React that helps developers quickly build fast, accessible, and beautiful storefronts. Made with 💚 by Vue Storefront team and contributors. | ||||||||||
Cezerin | 2,000 | 6 months ago | 4 | February 24, 2018 | 166 | mit | JavaScript | |||
Cezerin is React and Node.js based eCommerce platform. | ||||||||||
Project_e_commerce | 1,775 | 3 months ago | 56 | JavaScript | ||||||
This is a code repository for the corresponding video tutorial. In this video, we're going to build a fully functional eCommerce application using commerce.js. | ||||||||||
Jamstack Ecommerce | 1,759 | 3 months ago | 21 | mit | JavaScript | |||||
A starter project for building performant ECommerce applications with Next.js and React | ||||||||||
Ecommerce_sanity_stripe | 1,500 | 2 months ago | 69 | JavaScript | ||||||
Modern Full Stack ECommerce Application with Stripe | ||||||||||
Node React Ecommerce | 1,392 | 7 months ago | 82 | JavaScript | ||||||
Build ECommerce Website Like Amazon By React & Node & MongoDB |
Cezerin is React and Node.js based eCommerce platform. Allows creating a Progressive Web Apps.
Built with:
Client-side dashboard use JSON Web Token (JWT) to access REST API.
Single-Page Application with React server-side rendering. Demo store
.
├── config # Project and build configurations
├── dist # Distribution folder
├── locales # Text files
├── logs # Log files
├── public # Static public assets and uploads
│ ├── admin # Dashboard index.html
│ ├── admin-assets # Dashboard assets
│ └── content # Store root folder
|
├── scripts # Shell scripts for theme install/export
├── src # Application source code
│ ├── admin # Dashboard application
│ │ └── client # Client side code
│ ├── api # REST API
│ │ └── server # Server side code
│ ├── store # Store application
│ | ├── client # Client side code
│ | ├── server # Server side code
│ | └── shared # Universal code
│ └── index.js # Server application start point
├── theme # Theme as a local package
└── process.json # pm2 process file
Cezerin is an MIT-licensed open source project. It's an independent project with ongoing development made possible thanks to the support of these awesome backers. Become a backer or sponsor on OpenCollective.
Become a sponsor and get your logo on our README on Github and cezerin.com with a link to your site.
If you can, please contribute by reporting issues, discussing ideas, or submitting pull requests with patches and new features. We do our best to respond to all issues and pull requests within a day or two, and make patch releases to npm regularly.
This software is provided free of charge and without restriction under the MIT License