d0ruk / hz-react-boilerplate

a combination of; horizon, react, react-hz, webpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  • npm run dev uses raw formats of the two tasks, instead of their npm run scripts. That is for backwards compatibility with npm 2.x. See here.

  • If the app can't find the horizon server, it is frustratingly hard to figure out just by inspecting the browser environment. Make sure you pass in the correct host option to the constructor @ index.js. You can leave it out only when horizon is listening at its default port (8181).

TODO

  • Use horizon-devtools

  • Configure webpack to move .html file when bundling for production

  • eslint

  • css modules (mqpacker, lost, import)

About

a combination of; horizon, react, react-hz, webpack

License:MIT License


Languages

Language:JavaScript 82.2%Language:CSS 13.7%Language:HTML 4.2%