https://github.com/keithkiarie/node_server
Basic node.js server for use in everyday development across machines in a network
https://github.com/keithkiarie/node_server
express expressjs node-js nodejs nodejs-server server
Last synced: 3 months ago
JSON representation
Basic node.js server for use in everyday development across machines in a network
- Host: GitHub
- URL: https://github.com/keithkiarie/node_server
- Owner: keithkiarie
- Created: 2019-11-27T08:57:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T15:02:38.000Z (over 3 years ago)
- Last Synced: 2025-05-30T12:56:54.144Z (about 1 year ago)
- Topics: express, expressjs, node-js, nodejs, nodejs-server, server
- Language: JavaScript
- Size: 110 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node_server
Basic node.js server for use in everyday development across machines in a network
Download and install NodeJS: https://nodejs.org/en/download/
In the command line or terminal, navigate to this folder (node_server)
Run 'npm install'
Run 'npm start' (for production) or 'npm run dev' (for development) to start the server
Public folder is where you put the files to be served. Changing its name or path should be accompanied with the appropriate changes in server.js
Port number can be changed in server.js