GitXplorerGitXplorer
s

nodeboilerplate

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
4ea225685192470f4654e500ae9559d471e861da

updated name

ssamisuteria committed 10 years ago
Unverified
85608b33f7f86f88b114d6f1ae7259764b00129c

updated heroku instructions

ssamisuteria committed 10 years ago
Unverified
df880f967860c850f88f9ca03d342f27acffb808

changes for multiple param

ssamisuteria committed 10 years ago
Unverified
fb25a36c14d010dd9e9c6bb73ecb052ad22eaa6b

changed read me to include bootstrap

ssamisuteria committed 10 years ago
Unverified
17a57331bec547803f359a5897a0b2f46befc1c4

Updated Readme

ssamisuteria committed 10 years ago
Unverified
e5ec89672851e4786558d3c1893d6f480f2a3c6c

Inital Commit

ssamisuteria committed 10 years ago

README

The README file for this repository.

Node Boilerplate

This is my personal boilerplate code when I want to make a new web app. It uses Node.js with Hapi 8.4, Handlebars, and Bootstrap. This is ready to deploy to Heroku.

Testing Locally

Make sure you have Node.js and the Heroku Toolbelt installed.

$ foreman start web

App should now be running on localhost:5000.

Deploying to Heroku

For a new heroku app:

$ heroku create some-name
$ git push heroku master
$ heroku open

For an existing heroku app:

$ heroku git:remote --app some-name
$ git push heroku master
$ heroku open

Live Example

This app is currently running as Ezra-Master