The quickest way to get start with Node.Js, Express & MySQL, just clone the project:
[email protected]:flashnoob/express-mysql2-ts.git
Install dependencies:
$ npm i
Start Express.js app at http://localhost:8080/:
$ npm startNodemon will watch the files in the directory in which nodemon was started, and if any files change, nodemon will automatically restart your node application.
Start Express.js app with nodemon at http://localhost:8080/:
$ nodemon server.js