tyluudinh / react-redux-app-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prerequisites

  • NodeJS (LTS version)

Install global packages

  $> npm install -g yarn

Commands

  $> yarn start // To start dev server
  $> yarn test // Run the test
  $> yarn build // Build for production

Directory to tun on static host

  $> <project_root>/build/

NOTES:

REDUX DEVTOOLS SUPPORT

For the browser that doesn't have Redux Devtools, please comment out as below

  // File: /src/store/configureStore.dev.js
  // Comment the line below
  // window.__REDUX_DEVTOOLS_EXTENSION__ && window.__REDUX_DEVTOOLS_EXTENSION__(),

-- More to be updated# react-redux-app-example

About


Languages

Language:JavaScript 81.6%Language:CSS 18.0%Language:HTML 0.2%Language:Shell 0.1%