Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-20T11:56:31.000Z (almost 3 years ago)
- Last Synced: 2024-09-28T12:41:00.505Z (3 months ago)
- Topics: boilerplate, express, express-js, expressjs, node, node-js, nodejs
- Language: JavaScript
- Homepage: https://robinwieruch.de
- Size: 149 KB
- Stars: 35
- Watchers: 3
- Forks: 53
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Simple Node with Express Server
[![Build Status](https://travis-ci.org/rwieruch/node-express-server.svg?branch=master)](https://travis-ci.org/rwieruch/node-express-server) [![Slack](https://slack-the-road-to-learn-react.wieruch.com/badge.svg)](https://slack-the-road-to-learn-react.wieruch.com/) [![Greenkeeper badge](https://badges.greenkeeper.io/rwieruch/node-express-server.svg)](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`