- composer
- php >= 7.1
- webpack
- mysql >= 5.6
- nodeJS (8.11.1 and above)
- run
git clone https://github.com/kamil-rybczynski/cart.git
command - run
composer install
command - run
npm install
command to install frontend dependencies - rename
.env.dist
file to.env
and type your database connection data - run
php bin/console doctrine:migrations:migrate
to add database tables - run
php bin/console doctrine:fixtures:load
to load default products, payments, shipments and discount codes data - map host to
public
folder - enjoy that shit in web browser