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

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.

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).