alokkulkarni

alokkulkarni/mean

MEAN.JS - Full-Stack JavaScript Using MongoDB, Express, AngularJS, and Node.js -

JavaScript
0
0
Other

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 -

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on this repository

Top contributors

amoshaviv's profile
amoshaviv
372 contributions
lirantal's profile
lirantal
301 contributions
ilanbiala's profile
ilanbiala
92 contributions
codydaig's profile
codydaig
67 contributions
liorkesos's profile
liorkesos
46 contributions
rhutchison's profile
rhutchison
37 contributions
mleanos's profile
mleanos
33 contributions
rschwabco's profile
rschwabco
19 contributions
jloveland's profile
jloveland
18 contributions
enkodellc's profile
enkodellc
15 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet