This example is derived from https://github.com/passport/todos-express-password
This app illustrates how to setup Sidekick Node.js Agent with Express to live debug your applications.
Use this example as a starting point for your own web applications.
To run this app, fork & clone the repository and install dependencies:
$ git clone https://github.com/<your-user-name>/todos-express-password-sidekick.git
$ cd todos-express-password-sidekick
$ npm install
Get your Sidekick API Key: https://docs.runsidekick.com/installation/get-api-key-and-token
- Change the < api-key > field at 25th line of app.js with your API Key.
Then start the server.
$ npm start
Navigate to http://localhost:3000
.
-
Connect your source if you are using Web IDE
-
Continue with your IDE
-
Start debugging!
Original version Created by Jared Hanson