Skip to content

simonyiszk/konferencia-web-2019

Repository files navigation

Simonyi Conference XVI

Travis (.org) branch Netlify Status style: styled-components code style: prettier

Getting started

  • Clone this project and install all the required dependencies with Yarn
  • Start a development server with yarn develop

Developer experience

Automatic code formatting

Prettier aims to provide codebase consistency when multiple developers work on the same project. The main reason behind adopting it is to stop all the on-going debates over coding styles.

Static type checking

TypeScript adds optional types to JavaScript, preventing several programming mistakes. For a quick guide about using React with it, please refer to the React TypeScript Cheatsheet.

Linting

Source code is linted by ESLint, enforcing the Airbnb JavaScript Style Guide through an overridable set of rules provided by eslint-config-airbnb.