A click counter with database persistence and real-time sync
Install the CLI and clone
npm i -g specific-alpha
git clone https://github.com/specific-dev/examples.git cd examples/node-realtime-click-counter npm install
Start the development server
specific exec web -- npm run db:migrate specific dev
Deploy to production
specific deploy