/news_widget

SPA to view news from Yahoo Pipes

Primary LanguageCSS

News Widget

SPA to view news from Yahoo Pipes

Details

The widget zip file is created inside ./dist

The SPA's root is inside ./public. A server to serve the application is supplied

The project must be build, as described below, before both are accessible.

Setup

  1. Install / Build
$ npm run build
  1. Start server
$ grunt
  1. Go to http://localhost:3000

Development

  1. Install dependencies and build dist files
$ npm run build
  1. Start server and watch files for changes, autocompile/build and finally reload browser via livereload
$ grunt