- an e-commerce shopping CMS
- pattern for a real-life shopping cart and store checkout flow
- pattern for using custom announcers for accessibility
$ git clone https://github.com/Deubledee/tysix.git
$ cd tyxix
$ npm i
$ npm start$ npm run buildTo test prpl-server build:
$ npm run serve:prpl-serverTo test static build:
$ npm run serve:staticOur production deployment of TySix is hosted on Heroku with Node.js. It can be deployed with the same steps as PWA Starter Kit.