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

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

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