8-bit Bargains is an eCommerce platform for classic video game cartridges, built with Node.js, Express, React and React-Redux.
Users can browse for products, add them to their cart, and checkout their cart to make a purchase.
Check out the deployed project on Heroku at https://fsa-8bitbargains.herokuapp.com/
To get going, you can run npm run start-dev
If you want to run the server and/or webpack separately, you can also npm run start-server and npm run build-client.
This project was made with Fullstack Academy's boilerplate code, found here: https://github.com/FullstackAcademy/boilermaker.git
The Boilermaker README has further information related to deploying the code on your own.