Skip to content

mwfister/redux-twitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redux Twitter-like app

Overview

A simple Twitter-like front-end app showcasing some of the strengths of an interconnected App that uses Redux, such as how easily shared state is changed and subsequently updated across the app.

This uses the curriculum from TylerMcGinnis' Redux course as a foundation, as it provided the mock API/DB and a rough design.

Viewing the final Product

The end result can be seen at: Not Quite Twitter

Redux DevTools

For Bonus Points Install the Redux DevTools Extension

Chrome

Firefox

Then open up the DevTools and navigate to the Redux tab to view all of the Redux state changes based on your actions.

Or to run the app locally

  1. Clone/DL the repository

From the root directory

  1. Install the dependencies

npm install

Dev ENV

  1. Boot up the webpack-dev-server

npm start

Production

  1. Bundle the project into a build folder:

npm run build

  1. Start the server:

node server.js

  1. View the site at the localhost

About

Basic twitter-like app, built with React/Redux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published