The project is based on Moltin API v1 which was depreciated and shut down recently. Please use this repo as a reference only.
React Moltin Ecommerce is an app demonstrating the usage of Moltin Javascript API and React
- Make sure you have Create React App installed on your system
- Clone the repository
cd react-moltin-ecommerce
npm install
- Copy the public ID from your Moltin account and use it in
src/vendor/config.js
npm start
cd src/styles
sass --watch scss:css
The current setup will minify all of the assets including JS and CSS files.
npm run build
- Deploy the
/build
directory
- Remove the unused CSS framework modules
- Organize the SCSS modules better
- Work on smaller screen optimization
- Use arrow functions where possible
- Improve the error handling
- Adopt the Presentational and Container Components pattern
- Display the correct
<title>
when browsing pages