/jvcparry

Primary LanguageJavaScript

JVC Parry

Gitmoji

:octocat: Tech

  • The site was bootstrapped with create-react-app
  • It uses the Shopify Buy SDK to create a shopping cart, fetch information about products and generate checkout URLs.
  • It uses the WordPress REST API to pull over blog posts from the client's WP.com site.

👷 Development

  • npm install installs all the dependencies
  • npm start runs React in dev mode on localhost:3000

🔍 Checking stuff

  • npm run lint uses ESLint to catch those syntax naughties
  • npm run test runs Jest for all the unit tests

🚀 Deployment

  • The site is deployed at jvcparry.com. It automatically deploys from the main branch on merge.