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 startto run the React dev server on localhost:3000. - Run
node server.jsto run your local server on localhost:3030.