Quick start
Start in seconds
Use Rapid CLI
Install Rapid CLI first:
$ npm i @rapid-lang/cli -g
Then create an example Rapid project using handy CLI prompts:
$ rapid init
Finally run the development server and start coding !
$ rapid run
Start editing main.rapid
inside src
folder.
Result
Awesome !

Last updated
Was this helpful?