This project is a practice mainly using the Observer and Singletone design patterns in a simple application.
We are located in the directory where we want to locate the project and clone the repository in this way:
$ git clone https://github.com/MguevaraJ/lister-fetch.git
You can run the application in two ways:
- Build
$ npm run build:tsc
- Watch
$ npm run watch:tsc
The used to carry out this project are:
- Npm - Package Manager
- Moises Alejandro Guevara Jauregui - MguevaraJ
This project is under license GPL-3.0 - See the file LICENSE for more details.