lightify97 / golem-task-4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 94.3%Language:Dockerfile 5.7%