Skip to main content

Live Demo

Try it in your browser

Source Code

View on GitHub

Database with Sync service diagram

Run locally

1

Install the CLI and clone

curl -fsSL https://specific.dev/install.sh | sh
git clone https://github.com/specific-dev/examples.git
cd examples/node-realtime-click-counter
npm install
2

Start the development server

specific exec web -- npm run db:migrate
specific dev
Open https://web.spcf.localhost to view the app.
3

Deploy to production

specific deploy