Quick start

Start in seconds

Use Rapid CLI

Install Rapid CLI first:

$ npm i @rapid-lang/cli -g
circle-info

You need Node 12 or later installed to use Rapid CLI. Go to download sectionarrow-up-right to get the package.

Then create an example Rapid project using handy CLI prompts:

$ rapid init
circle-info

Therapid init command will create example project structure. Go to Project Structure 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 !

Output in Chrome

Last updated