1.0.9 • Published 2 years ago

hc-commerce-template v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

This is a Create React App template to create a Freemium HyperCurrent app.

To use this template run
npx create-react-app APP_NAME --template NPM_PACKAGE_NAME

eg: npx create-react-app commerce-portal --template @paul_kratz/hypercurrent-template

  • Define the structure of the generated app from within src/App.jsx.
  • Add any dependencies & scripts to the template.json file. These will be copied into the created package.json file in the project.
  • Environment variables can be set in the .env file.
  • Everything in the template/* directory will be in the new application.
  • Versioning of the template, the package name & all other npm details are contained in the root package.json file.