https://github.com/ryancoll/mongodb_atlas_search
https://github.com/ryancoll/mongodb_atlas_search
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryancoll/mongodb_atlas_search
- Owner: RyanColl
- License: apache-2.0
- Created: 2021-12-20T07:38:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-20T07:41:18.000Z (over 4 years ago)
- Last Synced: 2025-11-18T18:25:45.477Z (7 months ago)
- Language: JavaScript
- Size: 178 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hydrogen App
Hydrogen is a React framework and SDK that you can use to build fast and dynamic Shopify custom storefronts.
[Check out the docs](https://shopify.dev/custom-storefronts/hydrogen)
## Getting started
**Requirements:**
- Node v14+
- Yarn
```bash
yarn
yarn dev
```
Remember to update `shopify.config.js` with your shop's domain and Storefront API token!
## Building for production
```bash
yarn build
```
Then, you can run a local `server.js` using the production build with:
```bash
yarn serve
```