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.
The end result can be seen at: Not Quite Twitter
For Bonus Points Install the Redux DevTools Extension
Then open up the DevTools and navigate to the Redux tab to view all of the Redux state changes based on your actions.
- Clone/DL the repository
From the root directory
- Install the dependencies
npm install
Dev ENV
- Boot up the webpack-dev-server
npm start
Production
- Bundle the project into a build folder:
npm run build
- Start the server:
node server.js
- View the site at the localhost