An open API service indexing awesome lists of open source software.

https://github.com/eiberham/household-articles


https://github.com/eiberham/household-articles

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Household articles

## Light it challege

To run the project simply run the following commands on the terminal :

```console
$ git clone https://github.com/eiberham/household-articles.git
$ cd household-articles
$ npm i
$ npm run dev
```

To run the unit tests:

```console
$ npm run test
```