Shoppingify project
September 12, 2020 ยท View on GitHub
This is a mock project, following the design from devchallenges Shoppingify project
Building and running on localhost
In order to run this project locally you also currently need the backend whichi is at Shoppingify backend repo
First install dependencies:
yarn
To run in hot module reloading mode:
yarn start
To create a production build:
yarn run build-prod
To create a development build:
yarn run build-dev