🆕Create a project

Get started using Multijet by creating a new project

Project creation

Creating a new Multijet project is very easy thanks to the Multijet CLI.

Prerequisites:

  • Familiarity with the command line

  • Node.js version 18 or higher

Open a terminal and run the following command to create a new project:

npx multijet create

To build your new project, simply run:

cd <project-name>
npm run build

If the build succeeded, you are ready to start using Multijet in your new project 🎉

Last updated