React+Redux based front-end for Magento
- If not installed, install docker, docker-compose (Windows and OSX users also have to install docker-machine)
- Run
docker-machine ipand add an entry in "/ect/hosts" with "magento.local" as the hostname. - Run
eval $(docker-machine env)to configure your shell - cd into
backendand rundocker-compose up -d. - Run
docker exec -it backend_web_1 install-sampledatato install the sample data. - Run
docker exec -it backend_web_1 install-magentoto automatically install Magento. - Visit http://magento.local/ and make sure it's working.
- Run
npm installin the root folder. - Run
npm run serve. - Visit http://localhost:3000/
- Use
docker exec -it backend_web_1 /bin/bashto run the shell for the web server - Use
docker exec -it backend_mysql_1 /bin/bashto run the shell for the mysql server
Join the @magentoreact slack group