inferno-boilerplate icon indicating copy to clipboard operation
inferno-boilerplate copied to clipboard

🔥 Inferno Boilerplate 🔥

Results 5 inferno-boilerplate issues
Sort by recently updated
recently updated
newest added

**Problem:** Error gets thrown in the browser on a search **How to reproduce:** ```yarn``` ```yarn start``` open localhost:4000 in chrome search 'batman' error output in chrome console ``` main.js:10502 Uncaught...

Seems version problem, could give some pointer to the right solution. ~~~ npm WARN [email protected] requires a peer of webpack@1 || ^2.1.0-beta but none was installed. npm WARN [email protected] requires...

In order to solidify this boilerplate and make it bulletproof, it needs support for type checking. Luckily this is something that can be progressively implemented, but the initial support for...

help wanted

This definitely needs a unit testing suite installed before recommending it's use in serious projects. I'm currently leaning towards the [ava test runner](https://github.com/avajs/ava). However I remember hearing about issues with...

help wanted
feedback wanted