N
N
Niko4892018-10-15 15:13:59
Node.js
Niko489, 2018-10-15 15:13:59

Node js what command to run to see the application?


The following task is to demonstrate the style of tasks you will need to handle here (at least some of them).
We generated a simple application that you require to test.
The application will watch a specific folder to file changes and will look for dirty files (more info in the application help).
Clone the repository
Open console in the cloned folder
Run "npm install"
Run "node ." to see the application CLI options

What command should I run to see what kind of application it is?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Roman, 2018-10-15
@Niko489

It would be nice if you gave a link to the repository. And so I can only translate :)
Clone the repository
Make a clone of the repository (if the rep is on the git, then the command git clone repoURL
Open console in the cloned folder
Open the folder with the cloned repository in the console
Run "npm install"
Enter the command "npm install"
Run "node ." to see the application CLI options
Enter the command "node ." to view the console interface options of the
PS application. Apparently the output of the last command will tell you how to run the application and what keys it has

S
Stanislav Efimov, 2018-10-15
@stasigg

npmstart?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question