Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

You need to install yarn first, but npm also fit for install packages from package.json

[Yarn](https://yarnpkg.com/en/docs/install)

Installing

Installing dependencies

yarn install

Running in development mode

yarn start

Creating production-ready build

yarn run build

Running the tests

yarn run test

Running the lint (eslint required)

yarn run lint

Built With

  • React - The web framework used
  • Yarn - Dependency Management