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

https://github.com/ryancoll/mongodb_atlas_search


https://github.com/ryancoll/mongodb_atlas_search

Last synced: 4 days ago
JSON representation

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
```