Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/djgrant/choose-love-totaliser


https://github.com/djgrant/choose-love-totaliser

Last synced: 12 days ago
JSON representation

Awesome Lists containing this project

README

        

# choose-love-totaliser

Create file directory of choose-love-totaliser.

git init

create client file by `npx create-react-app client`

created file directory for server - and server.js

connected backend to frontend in client package.json file with `"proxy": "http://localhost:5000/"`

run the endpoint of node on `http://localhost:5000/express_backend`

then run client side with `npm start`

### How to create .env file

- In the main directory add new file .env
- Add variables:
- SHOPIFY_SHOP_NAME = value
- SHOPIFY_API_KEY= value
- SHOPIFY_PASSWORD= value