Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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