Go to file
PAU ROVIRA ROSALENY 9958c0509d feat: refs #8408 town and province update to remove uppercase names 2025-03-04 10:09:52 +01:00
.husky
.vscode
back Merge branch 'dev' into 8244-floricode 2025-02-27 07:36:09 +01:00
db feat: refs #8408 town and province update to remove uppercase names 2025-03-04 10:09:52 +01:00
e2e
front
loopback
modules Merge pull request 'hotfix-catalog_calculate-bonus-en-test' (!3521) from hotfix-catalog_calculate-bonus-en-test into test 2025-03-04 06:43:32 +00:00
print
storage
win
.dockerignore
.editorconfig
.eslintignore
.eslintrc.yml
.gitignore
CHANGELOG.md
Jenkinsfile
LICENSE
README.md
babel.config.js
changelog.sh
commitlint.config.js
gulpfile.js
jest.front.config.js
myt.config.yml
package.json
pnpm-lock.yaml
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
  • MYT

You will need to install globally the following items.

$ sudo npm install -g jest gulp-cli

After installing MYT you will need the following item.

$ apt install libkrb5-dev libssl-dev

Installing dependencies and launching

Pull from repository.

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

$ pnpm 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

Generate changeLog test → master

$ bash changelog.sh

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