Go to file
Carlos 9c80cd8466 server-side unit tests env setup 2017-09-08 14:37:55 +02:00
.vscode endpoint ListadoTrabajadores 2017-06-30 09:26:55 +02:00
client Merge branch 'dev' of https://git.verdnatura.es/salix into dev 2017-09-08 09:53:56 +02:00
gulpfiles Directorio obsoleto borrado 2017-07-06 13:04:43 +02:00
services server-side unit tests env setup 2017-09-08 14:37:55 +02:00
spliting cambio en routes e interfaz localizador al 5% 2017-06-06 13:06:47 +02:00
.editorconfig Eslint 2017-03-01 09:55:17 +01:00
.eslintrc.yml Errores solucionados 2017-05-26 13:14:47 +02:00
.gitignore arreglos de conflictos 2017-06-01 07:59:41 +02:00
Jenkinsfile Jenkins 2017-09-05 13:42:51 +02:00
README.md server-side unit tests env setup 2017-09-08 14:37:55 +02:00
dev.cmd Peticiones XHR con token 2017-05-18 17:35:07 +02:00
dev.sh Errores al arrancar nginx por primera vez 2017-06-01 11:16:33 +02:00
docker-compose.yml docker 2017-09-05 13:40:29 +02:00
gulpfile.js editado gulp para que no elimine la carpeta imagenes 2017-07-12 07:49:45 +02:00
jasmine.js unit testing environment 2017-08-25 08:42:53 +02:00
karma.conf.js removed unused plugins from karma config 2017-08-30 08:55:21 +02:00
package.json server-side unit tests env setup 2017-09-08 14:37:55 +02:00
services_tests.js server-side unit tests env setup 2017-09-08 14:37:55 +02:00
test_services.sh server-side unit tests env setup 2017-09-08 14:37:55 +02:00
webpack.config.js unit testing environment 2017-08-25 08:42:53 +02:00

README.md

Project Title

One Paragraph of project description goes here

Prerequisites

For testing purposes you will need to install globally the following items: npm install -g karma npm install -g karma-cli

Getting Started // ### Installing

Pull from repo.

install nodejs v6 or above.

install nginx globally.

inside each service folder run: npm install

on root run: npm install

Ask a senior dev for the datasources.development.json files required to run the project.

lauching nginx: ./dev.sh

launching frontend: gulp client

launching backend: gulp services

Running the tests

for client-side unit tests run from project's root: karma start

for server-side unit tests run from project's root: ./test_services.sh

Break down into end to end tests

comming soon.

Built With

Versioning

We use SourceTree for versioning. For the versions available, see the salix project.

License

This project is licensed under the MIT License