/node-server

Primary LanguageJavaScript

Node Server example:

Pre-install dependecies run:

  • npm install

Run the project:

Configured in the package json scripts with watch:

  • npm start

For run with node directly app.js

  • node app