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

https://github.com/cdimascio/express-skeleton


https://github.com/cdimascio/express-skeleton

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# express-skeleton

A *simple* application skeleton that gets you up and running with **Express** and **ES2015** *in no time*!

### Includes
* [Express.js](http://expressjs.com/) - Fast, unopinionated, minimalist web framework for Node.js
* [Babel.js](https://babeljs.io/) - Use new syntax, right now without waiting for support
* [Bunyan](https://github.com/trentm/node-bunyan) - a simple and fast JSON logging module for node.js services

### Install It
* `npm install`

### Run It
* `npm start`

### Try It
* Point you're browser to [http://localhost:3000](http://localhost:3000)
* Invoke the example REST endpoint `curl http://localhost:3000/api/v1/examples`


### License

MIT