To clone and run this project, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# clone this repository
$ git clone https://github.com/milekag01/react-node-ecommerce.git
# Go into the repository
$ cd react-node-ecommerce
# Install dependencies
$ npm install
# Start
$ npm run start
Visit client repo to see project tasks: https://github.com/milekag01/react-node-ecommerce-client