#Channel Feed A one page web app for listing channel sessions.
####Get up and Running
Before running the application, be sure to:
npm install
to install all dependencies.
webpack
to compile all assets in the /app --> /builds/bundle.js.
####Preview the Application
nodemon server.js
to start the server. Then navigate to localhost:3000 in your browser.