Step by step guide on how to create your own React App from scratch! Finished Template: react-template Things to Set up npm webpack babel es6 to es5 (plugin) jsx to es5 (plugin) polyfill ( -> build.js) -babel will transform everything back to a build.js file gulp *.scss -> css http (server lint for js and css Basic Set Up 1) Create new app directory $ mkdir my-app $ cd my-app 2) NPM A package manager for JavaScript.

Continue reading

Author's picture

Notedump

This is the place where Leoren dumps her notes! Take note that this page is a literal note dump, so it’s purely my notes and not a 100% source of truth. But if it somehow helps you get by in anyway, then you’re welcome. 💁🏻

Melbourne