Skip to content

flashnoob/express-mysql2-ts

Repository files navigation

Linux Build Windows Build NSP Status Test Coverage Dependency Status devDependencies Status

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 start

Nodemon

Nodemon 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

About

express mysql2 project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published