Skip to content

A zero-configuration tool-chain which allows to deploy Magento 2 application in minutes!

License

Notifications You must be signed in to change notification settings

scandipwa/create-magento-app

Repository files navigation

Create Magneto app

A zero-configuration tool-chain which allows to deploy Magento 2 application in minutes!

Most important features

Conflict-less design 🤝

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!

Easy debugging 🐛

The powerful XDebug tool is a single command-line option flag away from you!

Creating an App

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

npx create-magento-app my-app

npx comes with npm 5.2+ and higher

NPM

npm init magento-app my-app

npm init <initializer> is available in npm 6+

Yarn

yarn create magento-app my-app

yarn create is available in Yarn 0.25+

Contribution

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!

License

Create Magento App is open source software licensed as OSL-3.0.