Published on

Flip Flop Surf Shop Project

Authors
  • avatar
    Name
    Robert Turner
    Twitter
    @rt3me

Introduction

Flip Flop Surf Shop is full stack React application built on the MERN stack with e-commerce powered by the Stripe API. This site was created as a final project for Nucamp Coding Bootcamp's full stack program.

Flip Flop Surf Shop Project

Usage

Clone the repository and install dependencies

git clone https://github.com/rt3me/flip-flop-surf-shop-react
cd flip-flop-surf-shop-react/server
npm install
cd ../../flip-flop-surf-shop-react/client
npm install

Start the local node.js express server

cd ../../flip-flop-surf-shop-react/server
npm start

Open a separate terminal window and start the react client

cd ../../flip-flop-surf-shop-react/client
npm start