[Console] My common used commands

=====Terminate Node/Nodemon in console

Ctrl + Break

=====Nodemon to watch

Path nodemon file.js

Ex.
C:\Users\Frank\myNode> nodemon index.js
[nodemon] 1.12.1
[nodemon] to restart at any time, enter `rs`
[nodemon] watching: *.*
[nodemon] starting `node index.js`
Server has started to listen at port: 8080.
=====cd

To a direction file

=====cd ..

To upper direction file

=====dir

check files name and folders name in direction

留言

這個網誌中的熱門文章

[Python] raw_input() function

[Golang] for