Go to file
Alex Moreno 66936d8983
gitea/salix/pipeline/head This commit looks good Details
hotFix: saveSign
2024-01-25 11:37:25 +01:00
.vscode
back Merge branch 'test' into dev 2024-01-17 09:44:32 +01:00
db refs #6745 fix: duplicate fixtures 2024-01-24 14:52:49 +01:00
e2e refs #6230 fix test back 2024-01-16 12:14:47 +01:00
front refs #647 remove e2e 2024-01-08 09:06:22 +01:00
loopback refs #6222 fix: apply sql 2024-01-18 14:25:48 +01:00
modules hotFix: saveSign 2024-01-25 11:37:25 +01:00
print Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix into 5525-ibanSEPA-CORE 2024-01-16 12:48:13 +01:00
storage
.dockerignore
.editorconfig
.eslintignore
.eslintrc.yml
.gitignore
CHANGELOG.md
Dockerfile
Jenkinsfile fix: refs #6745 debug disabled 2024-01-25 11:28:58 +01:00
LICENSE
README.md
babel.config.js
docker-compose.yml fix: refs #6745 temp enable strong-remoting debug 2024-01-25 10:44:58 +01:00
fileMock.js
gulpfile.js
jest-front.js
jest.front.config.js
package-lock.json
package.json
webpack.config.js

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
  • Docker
  • Git

You will need to install globally the following items.

$ sudo npm install -g jest gulp-cli

Installing dependencies and launching

Pull from repository.

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

$ npm install
$ gulp install

Launch application in developer environment.

$ gulp

Manually reset fixtures.

$ gulp docker

Running the unit tests

For client-side unit tests run from project's root.

$ npm run test:front

For server-side unit tests run from project's root.

$ npm run test:back

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

$ npm run test:e2e

Visual Studio Code extensions

Open Visual Studio Code, press Ctrl+P and paste the following commands.

In Visual Studio Code we use the ESLint extension.

ext install dbaeumer.vscode-eslint

Built With