https://github.com/cdimascio/express-skeleton
https://github.com/cdimascio/express-skeleton
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/cdimascio/express-skeleton
- Owner: cdimascio
- License: mit
- Created: 2016-04-02T15:40:09.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-28T01:27:35.000Z (over 9 years ago)
- Last Synced: 2025-02-04T01:11:09.289Z (over 1 year ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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