MEAN.JS - Full-Stack JavaScript Using MongoDB, Express, AngularJS, and Node.js -
Using gulp, you can run all the tests with the test task: ```bash $ gulp test ``` ### Running Your Tests with Gulp You can also run all the tests manually with the test task: ```bash $ gulp test ``` To run only the server tests, run the test:server task: ```bash $ gulp test:server ``` And to run only the client tests, run the test:client task: ```bash $ gulp test:client ``` ## Development and deployment With Docker * Install [Docker](https://docs.docker.com/installation/#installation) * Install [Docker Compose](https://docs.docker.com/compose/install/) * Local development and testing with compose: ```bash $ docker-compose up ``` * Local development and testing with just Docker: ```bash $ docker build -t mean . $ docker run -p 27017:27017 -d --name db mongo $ docker run -p 3000:3000 --link db:db_1 mean ``` * To enable live reload, forward port 35729 and mount /app and /public as volumes: ```bash $ docker run -p 3000:3000 -p 35729:35729 -
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.