https://github.com/simonaco/sticker-shop
https://github.com/simonaco/sticker-shop
azure-functions azure-static-web-apps nuxt strapi
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonaco/sticker-shop
- Owner: simonaco
- Created: 2022-01-04T18:42:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-17T10:19:50.000Z (over 4 years ago)
- Last Synced: 2026-01-28T19:01:55.398Z (5 months ago)
- Topics: azure-functions, azure-static-web-apps, nuxt, strapi
- Language: Vue
- Homepage: https://www.aswa.cloud
- Size: 689 KB
- Stars: 10
- Watchers: 1
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: Readme.md
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)