Skip to content
Snippets Groups Projects
README.md 820 B
Newer Older
francois.grand's avatar
francois.grand committed
# ngHyd : Angular Component Library For Hydraulics using JaLHyd library

## All the things to know for developping the library

The library needs nodeJS installed and the following node packages installed globally: _typescript, karma, tslint_.

This can be done from the command line:
francois.grand's avatar
francois.grand committed

`npm install -g typescript karma tslint`

### Install the necessary packages of the library:

Clone or update the JalHyd project and in the JalHyd folder, run :

`npm package`

Then, back to the ngHyd project folder, run :

`npm install <path to the JalHyd folder>/jalhyd-<version>.tar.gz`

and then :
francois.grand's avatar
francois.grand committed

`npm install`


### To compile the typescript code

`npm run build`


### To run compilation in watch mode as well as application execution in a navigator window
francois.grand's avatar
francois.grand committed

francois.grand's avatar
francois.grand committed


### To flag suspicious language usage
francois.grand's avatar
francois.grand committed