Rasengan Logo
Rasengan Logo
  • Docs
  • Blog
  • Showcase
Using stable versionv1.2.1
Documentation
Packages
Templates
Rasengan UI Kit
Using stable versionv1.2.1
Documentation
Packages
Templates
Rasengan UI Kit

API REFERENCE

Rasengan CLI

The Rasengan CLI is a command-line interface integrated natively in Rasengan.js. It provides a set of commands to help you with your development workflow.


To use the CLI, you have to pass through the scripts property in your package.json file.

Commands

rasengan dev

The rasengan dev command starts the development server.

First, you need to set the dev script in your package.json file.

package.json
{ "scripts": { "dev": "rasengan dev" } }

Then, you can run the following command:

Terminal
npm run dev

This will start the application in dev mode. The application will be available at http://localhost:5320.


The default port can be changed with -p or --port option, like follow:

package.json
{ "scripts": { "dev": "rasengan dev -p 3000" } }

or just

Terminal
npm run dev -- -p 3000

rasengan build

The rasengan build command builds the application for production.

First, you need to set the build script in your package.json file.

package.json
{ "scripts": { "build": "rasengan build" } }

Then, you can run the following command:

Terminal
npm run build
Create Rasengan CLI

On This Page

  • Commands
    • rasengan dev
    • rasengan build

Discover Plus Ultra ✨

A stunning and well crafted Portfolio website to showcase your work in a nice way.

Rasengan Logo
Rasengan Logo

Resources

  • Docs
  • Packages
  • Blog
  • Showcase
  • Support us

Products

  • Rasengan UI
  • Rasengan Hub
  • Chidori
  • Nindo
  • Chunin

Community

  • Github
  • X (Twitter)

Subscribe to the Newsletter

Stay informed to the news about rasengan.js including new releases, events, etc...

© 2024-2026 Rasengan Labs, All rights reserved.