/node_express_basic_Server

Stolen from ༼ つ ◕_◕ ༽つ https://github.com/hansvana

Primary LanguageJavaScript

#Node + Express Hello World! This will get you up and running with a very basic Node server.

Installing

  • Install Node.js
  • Make a clone of this repository
  • Run npm install in the project directory to install Express

Getting Started

  • Run node server.js to start node with server.js attached
  • Open client/index.html and see the glorious Hello World!
  • Pressing Ctrl + C closes node