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

https://github.com/simonaco/stickershop-saas


https://github.com/simonaco/stickershop-saas

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Strapi Starter Nuxt.js e-commerce

## Fork

🙋🏼 This repository is a fork of the [Strapi e-commerce starter](https://strapi.io/blog/strapi-starter-nuxt-js-e-commerce) deployed on [Azure Static Web Apps](https://docs.microsoft.com/azure/static-web-apps/deploy-nuxtjs)

## Getting Started

1. Clone this repository

```sh
git clone https://github.com/simonaco/sticker-shop.git
cd sticker-shop
```

2. Install [Azure Functions Core Tools](https://github.com/Azure/azure-functions-core-tools)

```sh
npm i -g azure-functions-core-tools@4 --unsafe-perm true
```

3. Install dependencies

```sh
npm i
```

4. Run application

```sh
npm run swa-local
```

## Problems or Suggestions

[Open an issue here](https://github.com/simonaco/sticker-shop/issues)

## Resources

### Azure Static Web Apps

- Learn how to [set up local development for Azure Static Web Apps using SWA CLI](https://docs.microsoft.com/azure/static-web-apps/local-development)
- [Add an API to Azure Static Web Apps](https://docs.microsoft.com/azure/static-web-apps/add-api)
- [Authentication and authorization](https://docs.microsoft.com/azure/static-web-apps/authentication-authorization)
- [Review pre-production environments](https://docs.microsoft.com/azure/static-web-apps/review-publish-pull-requests)