Update README.md

This commit is contained in:
Kay Plößer
2015-10-26 19:48:24 +01:00
parent ecb3d41d59
commit 4716b54eba

View File

@@ -1,3 +1,7 @@
# React From Zero
A simple (99% ES2015 less) tutorial for React
Everything runs in the browser without a manual pre-compilation.
No need for [Webpack](https://webpack.github.io/), but I would recommend looking into it. It helped me to get rid of much Grunt/Gulp code in my projects.