/express-bootstrap-SPA

Simple and effective way to get a compact Single-page Bootstrap application up - perfect for prototyping

MIT LicenseMIT

express-bootstrap-SPA

A simple and effective way to get a compact Single-page application (SPA) / Bootstrap page up and going - perfect for prototyping! Work in progress.

Make sure you have Node.js installed.

git clone git@github.com:turboteddy/express-bootstrap-SPA.git # or clone your own fork
cd express-bootstrap-SPA
npm install
npm start

Your app should now be running on localhost:3000.

Deploying to Heroku

If you want to use Heroku, then make sure the Heroku Toolbelt is installed.

heroku create
git push heroku master
heroku open

Alternatively, you can deploy your own copy of the app using the web-based flow:

Deploy to Heroku

Documentation

For more information about using Node.js on Heroku, see these Dev Center articles: