Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/metaphorical/new-boilerplate
Starting work on new Node app boilerplate
https://github.com/metaphorical/new-boilerplate
Last synced: about 1 month ago
JSON representation
Starting work on new Node app boilerplate
- Host: GitHub
- URL: https://github.com/metaphorical/new-boilerplate
- Owner: metaphorical
- Created: 2016-04-10T20:11:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-04-10T21:01:00.000Z (over 8 years ago)
- Last Synced: 2023-03-01T07:46:56.880Z (almost 2 years ago)
- Language: JavaScript
- Size: 2.16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
#Node.js application boilerplate
[![bitHound Overall Score](https://www.bithound.io/github/metaphorical/new-boilerplate/badges/score.svg)](https://www.bithound.io/github/metaphorical/new-boilerplate) [![bitHound Code](https://www.bithound.io/github/metaphorical/new-boilerplate/badges/code.svg)](https://www.bithound.io/github/metaphorical/new-boilerplate)Application boilerplate based on express.js.
##Install
npm i
./node_modules/.bin/webpack##Run
node server.js
##Look for it on localhost:3000