Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alii/monitor

Community restock monitor template
https://github.com/alii/monitor

monitor react realtime restock shopify sockets supreme

Last synced: 2 months ago
JSON representation

Community restock monitor template

Awesome Lists containing this project

README

        

![Monitor Logo](./docs/monitor.png)

# A simple template for building restock monitors in Node.js

## Prerequesites

- Node 14+
- Some basic TypeScript knowledge
- NPM & Yarn
- Docker (unless you want to install services locally)

![Screenshot](./docs/screenshot.png)

## Installation Instructions

1. Clone the repo
1. `git clone https://github.com/alii/monitor`
2. `cd monitor`
2. Install dependencies
1. `yarn`
3. Bootstrap services (with Docker)
1. `docker-compose up -d`
4. Get started in development mode (hot reloading)
1. `yarn dev`