Shopping cart using Node.js (Express), React, Redux and Bootstrap 4
This is a fullstack shopping cart application.
Server-side part is created Node.js and Express. Client is created using React, Redux & Bootstrap. Client code can be found under client directory.
Open Terminal and cd to current directory
$ npm install
$ npm run client-install
$ npm run dev