https://github.com/simonaco/stickershop-saas
https://github.com/simonaco/stickershop-saas
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonaco/stickershop-saas
- Owner: simonaco
- Created: 2022-03-30T10:32:50.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-30T11:39:19.000Z (about 4 years ago)
- Last Synced: 2025-10-10T16:12:54.465Z (9 months ago)
- Language: Vue
- Size: 370 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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)