# react-router-ga-example

## Prerequisites

-   Node.js (https://nodejs.org/)
-   Yarn (https://yarnpkg.com/)

## Development Tasks

| Command        | Description                                                  |
| -------------- | ------------------------------------------------------------ |
| `yarn install` | Fetch dependencies and build binaries for any of the modules |
| `yarn start`   | Start the app on http://localhost:8080 and watch for changes |
| `yarn build`   | Create a production build in the `dist` directory            |
