Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/schafeld/git-look

Simple web app to look up details on a Github account
https://github.com/schafeld/git-look

axios javascript jest tdd vuejs vuex

Last synced: 25 days ago
JSON representation

Simple web app to look up details on a Github account

Awesome Lists containing this project

README

        

# git-look
Simple web app to look up details on a Github account

# Development

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Run your tests
```
npm run test
```

### Lints and fixes files
```
npm run lint
```

### Run your end-to-end tests
```
npm run test:e2e
```

### Run your unit tests
```
npm run test:unit
```

# Acknowledgement

So far this is a 'code-along' based on a [Vue.js TDD tutorial](https://medium.com/magnetis-backstage/working-an-application-in-vue-js-with-tdd-an-extensive-guide-for-people-who-have-time-part-1-3be791dafa2b). It should at some point deviate from the [tutorial's source repository](https://github.com/kuroski/article-tdd-vue).

# Developer tips

Clear Jest's chache if odd testing errors occur and update ('u') snapshots
``` npx jest --clearCache ```

# TODO

Tutorial in progress, part 6 announced for November, 26th.