Getting Started

Prerequisites

Installation

yarn

Local

npm run start

Production

npm run start:production

Testing

To execute all unit tests, use:

  • npm run test

To run unit tests continuously during development (watch tests), use:

  • npm run test:watch

Ressources

Getting started with React, redux, saga, router and so on…