https://github.com/dogsghost/storefronts
https://github.com/dogsghost/storefronts
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dogsghost/storefronts
- Owner: dogsGhost
- License: mit
- Created: 2016-01-20T23:05:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-01T03:28:57.000Z (over 9 years ago)
- Last Synced: 2025-02-04T17:51:20.051Z (5 months ago)
- Language: JavaScript
- Size: 419 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# storefronts
Public-facing site for Storefronts project.
| **Script** | **Description** |
|----------|-------|
| start | Runs tests, lints, starts dev webserver, and opens the app in your default browser. |
| open | Opens the app in your default browser. |
| lint | Runs ESLint. |
| lint:watch | Runs ESLint and watches all files so that they are automatically linted upon save. |
| build | Bundles all JavaScript using webpack and writes it to /dist. |
| test | Runs tests (files ending in .spec.js) using Mocha and outputs results to the command line. Watches all files so tests are re-run upon save. |