Quick Start
Introduction
Welcome to Ritmin! This guide will help you set up and run your first application using our framework in just a few minutes.
Prerequisites
Before you begin, make sure you have the following tools installed:
Installing the Framework
To install Ritmin, open your command line and use one of the following commands:
npm install ritmin --saveor
yarn add ritminSetting Up the Project
Create a new directory for your project:
mkdir my-ritmin-app
cd my-ritmin-appInitialize a Node.js project:
Install Ritmin if not already installed:
Creating the Main File
Create an index.ts file in your project directory and add the following code:
Running the Application
To run the application, use the following command:
Result
After executing the code, the expected result in the HTML document will be:
Next Steps
Congratulations! You have successfully run your first application using Ritmin. For more information, check out:
Last updated
Was this helpful?
