/react-redux-boilerplate

Latest and greatest for the recommended starter stack for React applications

Primary LanguageTypeScript

react-redux-boilerplate

This is a react boilerplate project for quick scaffolding.

It includes the following packages:

  • react - Main rendering engine
  • react-redux - Redux implementation for React
  • nextjs - Server Side Rendering engine for React

Quick Start:

  1. Install Node version 8+. If you have other projects that use different versions of node, NVM is a great node environment management tool.
  2. Install yarn. Learn more at: Yarn
  3. Open the terminal and browse to the root folder of the repo
  4. Run yarn install to install all packages.
  5. Run yarn dev to start the server.
  6. Browse to http://localhost:8001/demo to check the demo page.