Skip to content

itnannan/react-redux-starter-kit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Redux Starter Kit

Requirements

  • node
  • npm

Getting Started

git clone https://github.com/xQuotes/react-redux-starter-kit.git
cd react-redux-starter-kit
npm install
npm run dev

if you see the following:

Child html-webpack-plugin for "index.html":
         Asset    Size  Chunks       Chunk Names
    index.html  548 kB       0
    chunk    {0} index.html 512 kB
        [0] ./~/html-webpack-plugin/lib/loader.js!./index.ejs 955 bytes {0}
        [1] ./~/lodash/lodash.js 511 kB {0}
        [2] (webpack)/buildin/module.js 251 bytes {0}
Child html-webpack-plugin for "mobile.html":
          Asset    Size  Chunks       Chunk Names
    mobile.html  548 kB       0
    chunk    {0} mobile.html 512 kB
        [0] ./~/html-webpack-plugin/lib/loader.js!./mobile.ejs 671 bytes {0}
        [1] ./~/lodash/lodash.js 511 kB {0}
        [2] (webpack)/buildin/module.js 251 bytes {0}
webpack: bundle is now VALID.

Serves your app at

localhost:3003

Features

  • react

  • redux

  • react-router

  • react-router-redux

  • redux-devtools

  • webpack

  • babel

  • classnames

About

Get started with React, Redux, React-Router and react-router-redux! (PC, Mobile and Admin)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.9%
  • CSS 10.5%
  • HTML 5.6%