Get started using Multijet by creating a new project
Last updated 1 year ago
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