🆕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.
Open a terminal and run the following command to create a new project:
npx multijet createTo build your new project, simply run:
cd <project-name>
npm run buildIf the build succeeded, you are ready to start using Multijet in your new project 🎉
Last updated