Ecosyste.ms: Awesome

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

https://github.com/givebloodorg/doesangue-webapp

online platform that connect donors and blood banks
https://github.com/givebloodorg/doesangue-webapp

blood-bank-management blood-donation doesangue donors

Last synced: 4 months ago
JSON representation

online platform that connect donors and blood banks

Lists

README

        

# doesangue
> online platform that connect donors and blood banks

[![Build Status](https://travis-ci.org/doesangueorg/doesangue-webapp.svg?branch=development)](https://travis-ci.org/doesangueorg/doesangue-webapp)
[![Test Coverage](https://api.codeclimate.com/v1/badges/88b2925e883b5a637ddf/test_coverage)](https://codeclimate.com/github/doesangueorg/doesangue-webapp/test_coverage)

## Build Setup

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test
```