https://github.com/eiberham/household-articles
https://github.com/eiberham/household-articles
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eiberham/household-articles
- Owner: eiberham
- Created: 2021-06-21T04:47:43.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-26T03:01:23.000Z (about 5 years ago)
- Last Synced: 2025-05-20T19:22:27.633Z (about 1 year ago)
- Language: Vue
- Size: 1.14 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```