https://github.com/jarrodsampson/nodejs-express-server-setup
Basic Setup to run the server and routes.
https://github.com/jarrodsampson/nodejs-express-server-setup
expressjs node nodejs
Last synced: 2 months ago
JSON representation
Basic Setup to run the server and routes.
- Host: GitHub
- URL: https://github.com/jarrodsampson/nodejs-express-server-setup
- Owner: jarrodsampson
- License: mit
- Created: 2015-09-18T22:38:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-08T21:45:12.000Z (over 9 years ago)
- Last Synced: 2025-01-03T11:28:07.474Z (4 months ago)
- Topics: expressjs, node, nodejs
- Language: JavaScript
- Size: 145 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NodeJS Express Server Setup
Basic Setup to run the server and routes.[](https://travis-ci.org/stevenbenner/jquery-powertip)


## Getting Started
### Installation
1. Install NodeJS on your system.
2. Verify and run npm -v to make sure the package manager is installed correctly.### Express
Install Express through node package manager.```npm install express -g ```
### Server.js
Save server.js in the root directory of the NodeJS directory.
Run with:```node server.js ```
> Allow through your firewall to use this port.### Browser
Navigate to http://localhost:8000
## LicenseThis example is licensed under the [MIT license](http://opensource.org/licenses/MIT).