Skip to content

Universal react app with express, redux, and react-router

Notifications You must be signed in to change notification settings

arlandi/react-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Universal React Starter

  • A simple boilerplate that uses Express, React, Redux, React Router, and SCSS.
  • Webpack and Babel to compile client and server bundles.
  • Hot Reload on development.

Getting Started

npm install, npm run dev, and app should be running on localhost:3000. npm run start will build the app for production mode before running the app.

Directory Structure

  • client: has client entry file
  • public: directory for static files served with express
  • server: express server with server side rendering of the react app
  • shared:
    • components: the react component library
    • redux: redux ducks
    • scss: stylesheets
  • webpack: webpack config files

About

Universal react app with express, redux, and react-router

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •