Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/djgrant/choose-love-totaliser
https://github.com/djgrant/choose-love-totaliser
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/djgrant/choose-love-totaliser
- Owner: djgrant
- Created: 2019-11-19T11:47:38.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T00:59:05.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T00:37:52.246Z (28 days ago)
- Language: JavaScript
- Size: 1.19 MB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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