Skip to content

Latest commit

 

History

History

islandis

Description

Island.is GraphQL service that currently supports a demo version of creating an unemployment application

Installation

$ yarn install

Running the app

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

Test

# unit tests
$ yarn run test

# e2e tests
$ yarn run test:e2e