A minimal Node.js HTTP server demonstrating the basics of deploying a service with Specific.
Install the CLI and clone
npm i -g @specific.dev/cli
git clone https://github.com/specific-dev/examples.git cd examples/node-hello-api
Start the development server
specific dev
Deploy to production
specific deploy