Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinuda committed Jan 29, 2021
1 parent 3378dc1 commit 89a949a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# Note manager with NODE.JS

## Run using defualt NODE runtime
## Run using defualt NODE runtime(cmd)

node app.js
NODE.JS mst be installed to run this application as this depends on the JavaScript runtime environment that achieves low latency and high throughput by taking a “non-blocking” approach to serving requests. In other words, Node. js wastes no time or resources on waiting for I/O requests to return.

## run using NODEMON runtime
NODE.JS mst be installed to run this application as this depends on the JavaScript runtime environment that achieves low latency and high throughput by taking a “non-blocking” approach to serving requests. In other words, Node. js wastes no time or resources on waiting for I/O requests to return.

## run using NODEMON runtime(cmd)

nodemon app.js
nodemon is enabled globally through the -g flag. You can use nodemon in this repo where ever without having to list it down as a dependancy.

nodemon is enabled globally through the -g flag. You can use nodemon in this repo where ever without having to list it down as a dependancy. This allows you to automatically restart the server when you save the file in your favourite text editor.

### Add a new note(cmd):

Expand Down

0 comments on commit 89a949a

Please sign in to comment.