Golem Network Test Task # 4

This repository contains code for task # 4 in of Golem JS Preview program. I've tried to keep it simple but there could be a lot of improvements in the code.

Installation

$ git clone https://github.com/lightify97/golem-task-4/
$ cd golem-task-4
$ yarn install

Usage

Development

# Start the server
$ yarn start

# Start development server with hot reload (nodemon)
$ yarn dev

# Format with prettier
$ yarn format