https://github.com/alii/monitor
Community restock monitor template
https://github.com/alii/monitor
monitor react realtime restock shopify sockets supreme
Last synced: about 1 month ago
JSON representation
Community restock monitor template
- Host: GitHub
- URL: https://github.com/alii/monitor
- Owner: alii
- Created: 2020-03-13T07:55:19.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T09:45:08.000Z (over 2 years ago)
- Last Synced: 2025-04-27T06:52:05.290Z (about 1 month ago)
- Topics: monitor, react, realtime, restock, shopify, sockets, supreme
- Language: TypeScript
- Homepage: https://discord.gg/WrhMH2g
- Size: 4.29 MB
- Stars: 79
- Watchers: 11
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README

# 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)
## 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`