https://github.com/martincastroalvarez/shopify-storefront
Shopify store front with server-side rendering.
https://github.com/martincastroalvarez/shopify-storefront
javascript shopify
Last synced: about 1 month ago
JSON representation
Shopify store front with server-side rendering.
- Host: GitHub
- URL: https://github.com/martincastroalvarez/shopify-storefront
- Owner: MartinCastroAlvarez
- Created: 2021-02-15T23:51:01.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-03T03:09:54.000Z (about 5 years ago)
- Last Synced: 2025-08-01T20:53:05.711Z (11 months ago)
- Topics: javascript, shopify
- Language: CSS
- Homepage: https://martincastroalvarez.com
- Size: 24.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Marseille

### Installation
```bash
virtualenv -p python3 .env
source .env/bin/activate
pip install -r requirements.txt
```
### Deployment
```bash
./bin/flake8.sh && ./bin/deploy.sh "master"
source .env/bin/activate python3 ./bin/build.py && python3 ./bin/upload.py
```
### Testing
```bash
curl -X GET \
-H "X-Api-Key: ${KEY}" \
-H "Content-Type: application/json" \
"https://gc6z11ywde.execute-api.us-west-2.amazonaws.com/master/v1/products" | jq
```