Hops UI Toolbox
:zap:Highly experimental - use at your own peril. Things will break.:zap:
In this repo, we are experimenting with technology that might serve as our next
generation front-end technology stack. To get an impression, take a look at our
example app;
Install Hops
npm install -SE hops
Configure Project
package.json
{
...
"main": "src/main.js",
"scripts": {
"start": "hops",
...
},
"babel": {
"extends": "hops/etc/babel"
}
...
}
Run Hops
npm start (--production)
Configure Linters (optional)
.eslintrc.js
module.exports = {
extends: require.resolve('hops/etc/eslint')
}
.stylelintrc.js
module.exports = {
extends: require.resolve('hops/etc/stylelint')
}
Thanks!
The beautiful hops icon we are using as our logo was created by The Crew at Fusionary and provided via The Noun Project. It was licensed under the Creative Commons BY 3.0 US license.