https://github.com/moduscreateorg/hog-store
Web app example used to demonstrate performance improvements
https://github.com/moduscreateorg/hog-store
Last synced: 2 months ago
JSON representation
Web app example used to demonstrate performance improvements
- Host: GitHub
- URL: https://github.com/moduscreateorg/hog-store
- Owner: ModusCreateOrg
- License: mit
- Created: 2019-10-10T12:21:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T01:46:55.000Z (almost 2 years ago)
- Last Synced: 2025-04-15T03:06:25.206Z (2 months ago)
- Language: JavaScript
- Homepage: http://hog.netlify.com/
- Size: 6.32 MB
- Stars: 5
- Watchers: 3
- Forks: 7
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Hog Store
[](./LICENSE)
[](https://moduscreate.com?utm_source=labs&utm_medium=github&utm_campaign=hog-store)Hog store is a sample application used for best-practice demonstrations on [Modus Create's YouTube Channel](https://youtube.com/moduscreate).
# Getting Started
Use NPM or Yarn to install dependencies.
```bash
npm install
``````bash
yarn
```This app is bootstraped with Create React App (CRA). All the usual CRA commands work.
Useful scripts (npm/yarn):
- `yarn start` - start dev server
- `yarn build` - build the app
- `yarn test` - test runner# Running in production
Ensure you have `serve` installed globally.
You need to build before running in production.```bash
serve -s build
```# Modus Create
[Modus Create](https://moduscreate.com) is a digital product consultancy. We use a distributed team of the best talent in the world to offer a full suite of digital product design-build services; ranging from consumer facing apps, to digital migration, to agile development training, and business transformation.
This project is part of [Modus Labs](https://labs.moduscreate.com/?utm_source=labs&utm_medium=github&utm_campaign=hog-store).
# Licensing
This project is [MIT licensed](./LICENSE).