1.2.3 • Published 5 years ago

@quantumblack/react-starter v1.2.3

Weekly downloads
-
License
Unlicensed
Repository
-
Last release
5 years ago

App Seed

Clone this repo to get up and running with a React application.

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.

Coding Styleguide

The QB Front End Engineering team have setup a styleguide which explains how we should write React code.

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