Some of my favorite resources and tools for doing web development
* Web Development Evironments
XAMPP is an easy to install Apache distribution containing MariaDB, PHP, and Perl. Just download and start the installer. It’s that easy.
NodeJS As an asynchronous event-driven JavaScript runtime, Node.js is designed to build scalable network applications. Node.js® is a JavaScript runtime built on Chrome’s V8 JavaScript engine.
React Resources
Create-React-App – Set up a modern web app by running one command. Boiler Plate (Starting Templates/Structure). Under the hood, we use Webpack, Babel, ESLint, and other amazing projects to power your app. If you ever want an advanced configuration, you can ”eject” from Create React App and edit their config files directly. Great place to get a jump start for working on SPA (Single Page Applications) web development.
React Example Projects – Example projects created by the React community. Feel free to add your own project. A number of different projects with React development in mind.
END