Shopping cart
Materialize CSS and PHP
Made withRequirements
- Have
docker
anddocker-compose
installed - Install npm modules running
npm --prefix client i
- Create containers running
./up.sh
You can remove all networks and containers running ./delete.sh
. If you want to restart the development setup, run ./restart.sh