This is a short series of articles that focuses on creating and deploying a barebones, fullstack blog site using ES6+ Javascript, React, Redux, ExpressJS, and MongoDB.
The first three articles have been published through ITNEXT.io (see links below).
In these articles, I really try to focus on some of the ways I have found to set up and organize my code using ES6+ JavaScript and what I call "Redux-style" project structuring. The goal is to write code that is readable, extensible, and easily testable.
This series will be broken up into several parts:
- Setting Up ExpressJS to use ES6+ Syntax
- Redux-Style File Structure
- Creating a Simple Express Server
- Setting up Mongoose with Our Blog
- Creating a React Blog with CMS
- Adding Redux to your Frontend
- Wrapping Up Your App: Deployment