/game-of-thrones-uk-parliament

Exploring parliament's open data service

Primary LanguageJavaScript

Exploring UK Parliament's Open Data

Useful Commands

  • npm i to install dependencies
  • npm run start to start the development server
  • npm run test to run unit tests
  • npm run build to compile to a production-ready bundle
  • npm start:production to build, and serve production-ready bundle. This should be called once deployed to production.

Technology Stack

  • React for building the UI
  • PostCSS for styles
  • Webpack for module bundling (building to static assets)
  • Express for a simple HTTP server to serve static assets
  • Babel for compiling JavaScript to ES5
  • ESLint for syntax linting
  • JSDoc for code comments
  • AVA for unit testing