RAPID
  • Introduction
  • Quick start
  • Resources
    • Debugging
    • Compiler
    • Rapid CLI
    • Project structure
  • Language
    • Types [proposal]
    • Variables [proposal]
    • Functions
  • Sources
    • Github
Powered by GitBook
On this page
  • Use Rapid CLI
  • Result

Was this helpful?

Quick start

Start in seconds

PreviousIntroductionNextDebugging

Last updated 5 years ago

Was this helpful?

Use Rapid CLI

Install first:

$ npm i @rapid-lang/cli -g

You need Node 12 or later installed to use Rapid CLI. Go to to get the package.

Then create an example Rapid project using handy CLI prompts:

$ rapid init

Therapid init command will create example project structure. Go to page to see in depth article what is created and what files are used for what purposes.

Finally run the development server and start coding !

$ rapid run

Start editing main.rapid inside src folder.

Result

Awesome !

Rapid CLI
download section
Project Structure
Output in Chrome