Go to file
Joan Sanchez 692a226b69 El servicio de Nginx ahora se inicia desde Gulp. Añadido alias de instalacion "gulp i". 2018-02-05 19:22:38 +01:00
.vscode Views migrated to vn schema, Node v8, Error handling, async-await, bugs solved 2018-01-29 12:37:54 +01:00
client front unit tests for item card, item create and started over production index 2018-02-05 16:53:41 +01:00
e2e removed login warm up to speed up about 20 secs the e2e executiom 2018-02-02 13:04:59 +01:00
services El servicio de Nginx ahora se inicia desde Gulp. Añadido alias de instalacion "gulp i". 2018-02-05 19:22:38 +01:00
.editorconfig Eslint 2017-03-01 09:55:17 +01:00
.eslintrc.yml El servicio de Nginx ahora se inicia desde Gulp. Añadido alias de instalacion "gulp i". 2018-02-05 19:22:38 +01:00
.gitignore Gitignore 2018-02-03 20:16:22 +01:00
Dockerfile Autogenerated Nginx config and docker compose 2018-02-03 20:14:44 +01:00
Jenkinsfile Jenkins 2018-01-08 11:02:40 +01:00
LICENSE README and LICENSE updated 2018-01-29 13:49:59 +01:00
README.md README fixes, bugfixes for windows 2018-02-02 09:51:38 +01:00
docker-compose.tpl.yml Autogenerated Nginx config and docker compose 2018-02-03 20:14:44 +01:00
e2e_tests.js successfully merged sequences for gulp docker and end to end tests 2018-01-08 13:40:05 +01:00
gulpfile.js El servicio de Nginx ahora se inicia desde Gulp. Añadido alias de instalacion "gulp i". 2018-02-05 19:22:38 +01:00
karma.conf.js Merge 2018-01-30 16:34:32 +01:00
package-lock.json El servicio de Nginx ahora se inicia desde Gulp. Añadido alias de instalacion "gulp i". 2018-02-05 19:22:38 +01:00
package.json YAML configuration, client module register simplified 2018-02-04 19:39:56 +01:00
services_tests.js front unit tests for address-edit, fiscal-data and removed spec file for search-panel as theres nothing to test anymore 2018-02-05 10:58:49 +01:00
webpack.config.js YAML configuration, client module register simplified 2018-02-04 19:39:56 +01:00

README.md

Salix

This project is an Enterprise resource planning (ERP) integrated management of core business processes, in real-time and mediated by software and technology developed with the stack listed below.

Salix is also the scientific name of a beautifull tree! :)

Prerequisites

Required applications.

  • Node.js = 8.9.4
  • NGINX
  • Docker

You will need to install globally the following items.

$ npm install -g karma-cli gulp webpack nodemon

Getting Started // Installing

Pull from repository.

Run this commands on project root directory to install Node dependencies.

$ npm install
$ gulp install

Launch application in developer environment.

$ gulp

Also you can run backend and frontend as separately gulp tasks (including NGINX).

$ gulp client
$ gulp services

Manually reset fixtures.

$ gulp docker

Running the unit 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 test

For end-to-end tests run from project's root.

$ gulp e2e

Built With