Prerequisites

Before you begin building the application, you must have the following prerequisites installed on your system:

  1. Catalyst CLI

    Catalyst CLI contains a host of tools that enable you to initialize, develop, test, and deploy the components of your application from your local machine. We will be working with Catalyst CLI in this tutorial.

    You must perform the following actions:

    1. Install Catalyst CLI: Catalyst CLI is installed through NPM. You must therefore have NPM and Node.js installed on your system before you install the CLI. Refer to the Install Catalyst CLI help page for details on the pre-requisites and the steps to install it.

    2. Log in to Catalyst CLI: After you install Catalyst CLI, you must authenticate the CLI with your Catalyst account before using it. Refer to the CLI Login help page for the steps to login from Catalyst CLI and the various options available for it.

  1. Yarn Package Manager:

    The React JS library is used to build the user framework of the Cat.ly application. As with all React apps, the client component must be compiled into a production-ready build before being deployed. The Yarn Package Manager is therefore used to install the required dependencies to build Cat.ly as a React app. \

    To check if you already have the Yarn Package Manager installed on your system, execute the following command in your terminal which displays its installed version, if present:

copy
$
yarn –version

If you don’t have Yarn installed, you can refer to their official website for instructions on installing Yarn for your operating system environment.

  1. Any IDE tool for Node.js function and client code development

    You can use any IDE to work with the Advanced I/O function and the client code. Some popular choices include Visual Studio Code, IntelliJ IDEA, Eclipse, and Sublime Text. Download and install an IDE of your choice on your system.

Last Updated 2023-12-15 18:54:08 +0530 +0530

RELATED LINKS

CLI Command Reference