An online plant store built with Clover E-Commerce API.
- Create a .env file to store your OAuth token: AUTH_TOKEN='PLACE YOUR AUTH TOKEN IN HERE'.
- Run
npm install
. - Run
npm start
to run the React dev server on localhost:3000. - Run
node server.js
to run your local server on localhost:3030.