https://github.com/michaeljohnn/azure-pipelines-test
azure-pipelines-test
https://github.com/michaeljohnn/azure-pipelines-test
Last synced: over 1 year ago
JSON representation
azure-pipelines-test
- Host: GitHub
- URL: https://github.com/michaeljohnn/azure-pipelines-test
- Owner: michaeljohnn
- License: mit
- Created: 2020-10-19T13:28:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-29T13:40:34.000Z (over 5 years ago)
- Last Synced: 2025-01-11T04:53:17.762Z (over 1 year ago)
- Language: JavaScript
- Size: 2.34 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Azure Pipelines Demo
A little demo on deploying a Gatsby e-commerce site using Azure Pipelines.
## Getting Started
Clone the repo.
### Prerequisites
node, NPM/Yarn
On Mac:
```bash
brew install node
```
### Installing
Change into the demo-app and install packages
```bash
cd demo-app
yarn
yarn start
```
Change into the slides and install packages
```bash
cd slides
npm i
npm start
```
Both of these will start a webpack server running at localhost:8000. Which can be accessed your browser.
## Running the tests
Run
```bash
npm run test
```
Or
```bash
yarn test
```
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details