Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xop/moderation-ui
Image moderation interface
https://github.com/xop/moderation-ui
Last synced: about 2 months ago
JSON representation
Image moderation interface
- Host: GitHub
- URL: https://github.com/xop/moderation-ui
- Owner: XOP
- License: mit
- Created: 2015-11-02T11:34:09.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-26T18:45:59.000Z (about 9 years ago)
- Last Synced: 2024-04-17T02:15:09.829Z (9 months ago)
- Language: JavaScript
- Size: 572 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Moderation UI
Images moderation interface
## Techs used
- ES6 compiled with [Babel](https://babeljs.io/)
- Fetch API [polyfill](https://github.com/github/fetch)
- [Modernizr](https://modernizr.com/) custom build for detecting touch events support
- [Hammer.js](http://hammerjs.github.io/) for resolving touch gestures events
- Custom [ESLint](http://eslint.org/) [config](https://www.npmjs.com/package/eslint-config-xop)## Installation
- have [Node](https://nodejs.org/) installed first
- remember to have [Gulp](http://gulpjs.com/) installed globally
- same goes to [Webpack](http://webpack.github.io/)
- you might also need [Browsersync](http://www.browsersync.io/) to be installed globally as well (for development purposes)
- then install all dependencies (from the root folder)```
npm install
```## Build
### Production-ready code
```
gulp build --p
```or
```
npm run build
```### Development mode
```
gulp
```### Lint JS
```
npm run lint
```## [License](LICENSE)