====== Small counter app
Clone the app and run
$ npm install
$ node server.js
If you want to use nodemon, type:
$ npm install nodemon -g
$ nodemon server.js
Open your browser and type localhost:9000 to bring up the app.
====== Small counter app
Clone the app and run
$ npm install
$ node server.js
If you want to use nodemon, type:
$ npm install nodemon -g
$ nodemon server.js
Open your browser and type localhost:9000 to bring up the app.