Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 343 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 343 Bytes

The Plant Store

An online plant store built with Clover E-Commerce API.

Getting Started

  1. Create a .env file to store your OAuth token: AUTH_TOKEN='PLACE YOUR AUTH TOKEN IN HERE'.
  2. Run npm install.
  3. Run npm start to run the React dev server on localhost:3000.
  4. Run node server.js to run your local server on localhost:3030.