Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yochannah/imjs-cors-debug-gulp
https://github.com/yochannah/imjs-cors-debug-gulp
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/yochannah/imjs-cors-debug-gulp
- Owner: yochannah
- License: other
- Created: 2019-07-23T08:50:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T05:03:12.000Z (about 2 years ago)
- Last Synced: 2024-10-28T17:15:03.998Z (3 months ago)
- Language: JavaScript
- Size: 1.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## To set up:
```
npm install
npm install -g gulp
```## To build once:
```bash
npm run gulp
```## To build with a development sserver and hot refresh:
```bash
npm run gulpDev
```