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

https://github.com/lukenoutte/shopify-daily-app

This is a simple front end to display the information obtained daily from the API.
https://github.com/lukenoutte/shopify-daily-app

nuxt nuxtui

Last synced: 5 months ago
JSON representation

This is a simple front end to display the information obtained daily from the API.

Awesome Lists containing this project

README

          

# Shopify Daily App

This site contains only one page, which includes a list responsible for displaying information about all the products.

[**1. Back-end**](https://github.com/Lukenoutte/shopify-daily-api)

## Dependencies

- Nuxt 3
- Vue 3

# Install and Run

**1. Install the dependencies. For this, you will need node ">=20.0.0".**

```bash
yarn install
```

**2. Create a ".env" file following the template of the [".env.example"](.env.example) file.**

**3. You'll need a run the API; Replace the "API_URL" variable.**

**4. Run the project.**

```bash
yarn dev
```