Skip to content

jmfigueroa/clean_code_with_es6_expressjs-react_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clean Code with ES6: ExpressJS + ReactJS

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:

  1. Setting Up ExpressJS to use ES6+ Syntax
  2. Redux-Style File Structure
  3. Creating a Simple Express Server
  4. Setting up Mongoose with Our Blog
  5. Creating a React Blog with CMS
  6. Adding Redux to your Frontend
  7. Wrapping Up Your App: Deployment

Releases

No releases published

Packages

No packages published