
Now you can run npm start in the project's root folder to see how the application looks. Navigate to the project's root folder in a terminal or command prompt window and run npm install there.

We need to install the node_modules for the boilerplate application before we can run it locally. You will need to clone the forked repository to your local development environment to extend the functionality of the boilerplate application and make a Telegram bot. Navigate to the Express.js deployment guide and follow the instructions outlined there to deploy the boilerplate application. In this tutorial, we'll extend a boilerplate Express application on Code Capsules to create a Telegram bot in Node.js that tracks and responds with current Ethereum prices. Social media bots allow you to automate responses and reactions to posts or messages sent to the bot.

Create and Host a Telegram Bot with Node.js on Code Capsules
