* Document testing
* Update README.md
* Update README.md
* Clarify our recommendations on testing
* Okay, that was too much. :-)
* Add a few more things
* Add a more prominent link to the guide
As a contributor, I know where to find the documentation/guide since
know the codebase, but I've seen people miss the link to it in the
README, because it's not very prominent. Let's try to make it more
discoverable by including a link to it right on top of the page.
* Make the wording of links more obvious
* Rename the "How Do I...?" section to "User Guide" for consistency
* ignore .idea folder
this change is requred for IntelliJ-based products because project information files are written before actual generator is invoked
* better method name and explanation
Shameless plug of course.
If you want hot reloading and the best DX experience (friendly errors, desktop notifications, decorators, very fast reload times with dlls...) you should really check out [The Awsesom REact Cli](https://github.com/geowarin/tarec) (tarec).
I have used it in numerous projects that now run in production and I continue to make it better day after day with a lot of love 😄
Typescript and SSR are on the roadmap!
Thanks for create-react-app, it's an awesome project and a great source of inspiration ❤️
Remove the `include` setting from webpack loaders for CSS, JSON and other static assets.
This way it's possible to import files from a separate config folder, a parent directory etc.
* Get latest version numbers of react and react-dom from npm before install.
* Run separate npm installs for react, react-dom, and react-test-renderer.
* Consolidate into a single npm install.
* Fix misplaced parenthesis, add missing semicolon.
* Add missing semicolon.
This rule is considered dangerous in certain situations. This is especially true for Immutable.js users. See the discussion at issue #465 for more information about this.
* Load favicon through html-loader.
Fixes#291.
* Add test for *.ico in e2e test suite
* Configure html-loader to process <link href="...">
* Address feedback on html-loader inclusion.
* Place favicon.ico at the root of the build dir
* Make comment style consistent between prod and dev webpack configs
* Fix html-loader config in dev mode