git clone [email protected]:nahidacm/react-magento-storefront.git
cd react-magento-storefront
yarn # or `npm i` if not using yarn
Available commands to run with npm run
:
start
: build the production package and run the production server (no universal)start:universal
: build the production package and run the production server with universal renderingstart:dev
: build the dev package and run the server in dev mode (no universal rendering — auto-restarts on changes)start:dev:universal
: build the dev package and run the server in dev mode with universal rendering (auto-restarts on changes)build
: build the production packagebuild:dev
: build the dev packagebuild:dev:watch
: build the dev package in watch mode (listen for changes and re-build immediately)
- Create access token for your storefront. [Here is magnto doc] (http://devdocs.magento.com/guides/v2.2/get-started/authentication/gs-authentication-token.html)
Everyone is very welcome to contribute to this project. You can contribute just by submitting bugs or suggesting improvements by opening an issue or by sending a pull request.
Licensed under MIT License. © Mahmudur Rahman.