Carbon is an ecommerce website where you can create an account, update your profile info, add items to a shopping cart and start shopping online.
Click here for live demo.
Clone the source locally:
$ git clone https://github.com/SaifAlsabe/ecommerce-new.git
$ cd ecommerce-new
Install backend dependencies and run server:
$ cd backend
$ npm install
$ npm run dev
OR
Install backend dependencies, compile TypeScript to JavaScript and then run server:
$ cd backend
$ npm install
$ tsc
$ npm start
Install frontend dependencies and run it:
$ cd frontend
$ npm install
$ npm start
TypeScript, HTML, CSS, React, Redux, Node.js, Express, JWT and MongoDB