Go to file
Pablo Natek c10cb7c051
gitea/salix/pipeline/pr-master There was a failure building this commit Details
feat(spec): refs #6403 mrwIntegration
2024-02-16 14:15:13 +01:00
.vscode
back feat(spec): refs #6403 mrwIntegration 2024-02-16 14:15:13 +01:00
db feat(spec): refs #6403 mrwIntegration 2024-02-16 14:15:13 +01:00
e2e fix: refs #6276 test title 2024-01-30 08:11:21 +01:00
front refs #5483 Unused deps removed 2024-02-01 12:39:43 +01:00
loopback Merge branch 'master' of https://gitea.verdnatura.es/verdnatura/salix into test 2024-02-15 07:52:08 +01:00
modules hotfix creditClient 2024-02-15 12:59:30 +01:00
print Merge branch 'master' of https://gitea.verdnatura.es/verdnatura/salix into test 2024-02-15 07:52:08 +01:00
storage
.dockerignore
.editorconfig
.eslintignore
.eslintrc.yml
.gitignore
CHANGELOG.md refs #6718 deploy: init version 24.06 2024-01-18 10:43:58 +01:00
Dockerfile refs #5483 Unused deps removed 2024-02-01 12:39:43 +01:00
Jenkinsfile Merge branch 'master' of https://gitea.verdnatura.es/verdnatura/salix into test 2024-02-15 07:52:08 +01:00
LICENSE
README.md
babel.config.js
docker-compose.yml Merge branch 'test' of https://gitea.verdnatura.es/verdnatura/salix into dev 2024-02-01 12:17:48 +01:00
fileMock.js
gulpfile.js Merge branch 'master' of https://gitea.verdnatura.es/verdnatura/salix into test 2024-02-15 07:52:08 +01:00
jest-front.js
jest.front.config.js
myt.config.yml feat: refs #5483 final merge 2024-01-26 00:09:24 +01:00
package-lock.json build(dump): refs #6859 2024-02-15 11:28:46 +01:00
package.json build(dump): refs #6859 2024-02-15 11:28:46 +01:00
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