https://github.com/schafeld/fallbackshop
A single page app shop once used as an incident stand-in and an end-to-end testing tool for a large telco. COPYRIGHT applies.
https://github.com/schafeld/fallbackshop
Last synced: 7 months ago
JSON representation
A single page app shop once used as an incident stand-in and an end-to-end testing tool for a large telco. COPYRIGHT applies.
- Host: GitHub
- URL: https://github.com/schafeld/fallbackshop
- Owner: schafeld
- Created: 2020-09-26T09:24:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-26T10:01:57.000Z (almost 6 years ago)
- Last Synced: 2025-03-14T16:47:34.882Z (over 1 year ago)
- Language: HTML
- Size: 12.8 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fallbackshop
A single page app shop once used as an incident stand-in and an end-to-end testing tool for a large telco.
Assets will be missing as original shop is being decommissioned.
COPYRIGHT applies. This code is for review purposes only!
This is NOT public domain or freeware.
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Deployment
The shop was deployed for A/B testing inside the dist-deployment-code HTML templates.
There is a deployment script for Bitbucket, go to project root and run ```zsh deploy.sh``` (if you're using ZSH terminal).