Skip to content

mog13/react-express-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-express-boilerplate

This project provides a template for projects using a React frontend and express Backend.

Features

React

  • standard react-creat app functionality
  • Example Loading, nav and intro components.
  • css variables for colouring and spacing
  • SASS/SCSS
  • Redux with example reducer and actions
  • React router
  • Page component examples (with lazy loaded pages and fallback loading)
  • Proxy for api calls
  • extra eslint

Express

  • Api endpoint
  • static serving build files (and handle react-router)
  • nodemon for