Skip to content

Simple ExpressJS app boilerplate with development/production scripts, Babel integration, Heroku support and Bunyan logger.

License

Notifications You must be signed in to change notification settings

ivankravchenko/heroku-babel-express-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

heroku-babel-express-boilerplate

Simple ExpressJS app boilerplate.

Features

  • Development and production scripts,
  • Babel integration,
  • Bunyan logger,
  • Heroku deployment support,
  • Airbnb's ESLint config.

Development

npm install --dev
npm run dev

open http://localhost:3000/

Production

# Build
npm install --dev
npm run build
npm prune --production

# Run
NODE_ENV=production npm start

Deployment to Heroku

heroku create
git push heroku master

heroku open

License

MIT

About

Simple ExpressJS app boilerplate with development/production scripts, Babel integration, Heroku support and Bunyan logger.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published