https://github.com/rwieruch/node-express-server
Basic Node with Express Server
https://github.com/rwieruch/node-express-server
boilerplate express express-js expressjs node node-js nodejs
Last synced: 2 months ago
JSON representation
Basic Node with Express Server
- Host: GitHub
- URL: https://github.com/rwieruch/node-express-server
- Owner: rwieruch
- Created: 2019-01-06T06:13:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-20T11:56:31.000Z (about 3 years ago)
- Last Synced: 2025-02-06T08:42:10.199Z (3 months ago)
- Topics: boilerplate, express, express-js, expressjs, node, node-js, nodejs
- Language: JavaScript
- Homepage: https://robinwieruch.de
- Size: 149 KB
- Stars: 36
- Watchers: 3
- Forks: 58
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Simple Node with Express Server
[](https://travis-ci.org/rwieruch/node-express-server) [](https://slack-the-road-to-learn-react.wieruch.com/) [](https://greenkeeper.io/)
An easy way to get started with a Express server with Node.js.
## Features
* Express
## Requirements
* [node & npm](https://nodejs.org/en/)
* [git](https://www.robinwieruch.de/git-essential-commands/)## Installation
* `git clone [email protected]:rwieruch/node-express-server.git`
* `cd node-express-server`
* `npm install`
* `npm start`