Skip to content

A quick app with Express. Written in Coffeescript. A super easy boilerplate that won't need massive rewrites to work.

License

Notifications You must be signed in to change notification settings

mikemclaren/express-coffee-quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express Coffee Quickstart

A really simple boilerplate that includes:

  • Express
  • Bunyan
  • A Bluebird Promise-based connection pooling wrapper for MySQL

It's written in Coffeescript, too!

Just npm install and get to work!

Recommendations

  • Supervisor: It's great! It'll watch everything in your directory and make you a super baller.
  • global Bunyan: It'll prettify your logs for you, if you use the bunyan logger.

In fact, here's the command I usually run (or alias up): supervisor server.coffee | bunyan -o short --level trace

I may put it in a bin folder at some point.

About

A quick app with Express. Written in Coffeescript. A super easy boilerplate that won't need massive rewrites to work.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published