Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dogsghost/storefronts
https://github.com/dogsghost/storefronts
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/dogsghost/storefronts
- Owner: dogsGhost
- License: mit
- Created: 2016-01-20T23:05:56.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-01T03:28:57.000Z (about 9 years ago)
- Last Synced: 2024-04-17T05:46:09.516Z (10 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. |