Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ahmedlhanafy/guc-assistant
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedlhanafy committed Mar 12, 2019
2 parents ac33cc9 + be86b42 commit 06668dd
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

</div>

## Key technologies
## Key Technologies
- **React Native Web**: for rendering on both web and native
- **Apollo**: for data fetching and state management
- **Styled Components**
Expand All @@ -18,7 +18,7 @@
```bash
$ yarn web:dev
```
## Development on Native(expo)
## Development on Native (Expo)
```bash
$ yarn native:dev
$ yarn native:run-ios
Expand Down
18 changes: 18 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Node.js with React
# Build a Node.js project that uses React.
# Add steps that analyze code, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/javascript

pool:
vmImage: 'Ubuntu 16.04'

steps:
- task: NodeTool@0
inputs:
versionSpec: '8.x'
displayName: 'Install Node.js'

- script: |
npm install
npm test
displayName: 'npm install and build'

0 comments on commit 06668dd

Please sign in to comment.