/tsv

Primary LanguageTypeScript

TSV

Global installations:

npm install -g pm2

#[For Linux]

Step 1:

Make a directory like /opt/apps/.data/tsv

Step 2:

Give permission to write the dirctory for user by running the following command sudo chown [userName] /opt/apps/.data/tsv userName - is the user you used login in the system

Step3:

npm install

Development Environment

npm run serve npm start localhost:4200

Production Environment

npm run prod localhost:4001