A zero-configuration tool-chain which allows to deploy Magento 2 application in minutes!
- Creating an App – How to create a new app.
- Available commands – Learn how to use apps bootstrapped with Create Magento App.
The application will automatically select free ports. It will never let services previously installed on your machine down!
Screwed a local installation? Worry not, Create Magento App will set you up!
The powerful XDebug tool is a single command-line option flag away from you!
You’ll need to have Node >= 12 on your local development machine. You can use n to switch Node versions between different projects.
You’ll need to install platform specific dependencies for Linux, MacOS and Windows.
To create a new app, you may choose one of the following methods:
npx create-magento-app my-app
npx comes with npm 5.2+ and higher
npm init magento-app my-app
npm init <initializer>
is available in npm 6+
yarn create magento-app my-app
yarn create
is available in Yarn 0.25+
We'd love to have your helping hand on create-magento-app
! See CONTRIBUTING.md for more information on what we're looking for and how to get started.
Thanks to these awesome ❤️ people for contribution!
Create Magento App is open source software licensed as OSL-3.0.