Go to file
Dani Herrero 070cd764b6 Merge branch 'dev' of https://git.verdnatura.es/salix into dev 2017-10-19 07:16:51 +02:00
.vscode Eliminando codigo redundante v3 2017-10-13 16:23:00 +02:00
client micro refactor and deletion of unused file. 2017-10-18 14:33:34 +02:00
e2e fixed url() problems for e2e create clients path, plus extension implementation. 2017-09-18 17:28:47 +02:00
services Merge branch 'dev' of https://git.verdnatura.es/salix into dev 2017-10-19 07:16:51 +02:00
.editorconfig Eslint 2017-03-01 09:55:17 +01:00
.eslintrc.yml Eliminando codigo redundante v3 2017-10-13 16:23:00 +02:00
.gitignore Eliminando codigo redundante v3 2017-10-13 16:23:00 +02:00
Jenkinsfile Jenkins y routes 2017-10-10 11:09:47 +02:00
README.md renamed create client path for e2e and README.md update 2017-09-18 10:35:49 +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 Ejecutar test via npm test command 2017-09-14 09:15:53 +02:00
e2e_tests.js client path e2e tests refactor 2017-09-15 12:24:37 +02:00
gulpfile.js docker DB local 2017-10-18 18:26:40 +02:00
karma.conf.js removed unused plugins from karma config 2017-08-30 08:55:21 +02:00
package.json docker DB local 2017-10-18 18:26:40 +02:00
services_tests.js server-side tests settings and e2e settings 2017-09-10 20:04:22 +02:00
webpack.config.js small refactor on webpack.config.js 2017-09-21 15:02:46 +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.

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

on root run: npm install gulp install

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: npm run testWatch or test for single run

Break down into end to end tests

on root run:

npm run e2e

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