Skip to content

vivianhdle/succulent_store

Repository files navigation

Succulents and Cactus E-Commerce Store

This repo contains an E-Commerce store. Designed for desktop and mobile, the app serves as place for customers to come and buy succulents/cactus. Users can add to their cart as well as update their cart quantities or delete certain cart items.

Setup Instructions

  1. Fork this repo
  2. Clone your forked copy of this repo
    • git clone https://github.com/[Your Username]/succulent_store.git
  3. Change directory into the newly cloned repo
    • cd succulent_store
  4. Install dependencies
    • npm install
  5. Use MAMP or similar program to start Apache and MySQL servers
    • Set root directory of server to the public folder of this project
    • Set Apache port to 3000
    • Use phpMyAdmin (or similar) to create a database
  6. Start dev server
    • npm start
  7. Open a browser and navigate to localhost:3000

Bundle For Deployment

  1. Run webpack to bundle files
    • npm run bundle

NOTE: After bundling and placing on a web server. The public folder should be the web root

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published