/em_home

Home page for example app.

Primary LanguageJavaScript

EM Home

A barebones Node.js app using Express 4. It is used to serve up a dummy home page for demonstrating the login function from the EM App, with CORS support.

NOTE: Because of Adobe TypeKit permissions, the site renders with the wrong font. This was not corrected for the demo.

Running Locally

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

$ git clone git@github.com:rbevers/em_home.git
$ cd em_home
$ npm install
$ npm start

Your app should now be running on localhost:5000.

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open