suwanny / ReduxStarter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redux starter

This is starter package for react with redux. It uses below packages:

  • React
  • Redux
  • babel
  • webpack
  • material-ui

How to start

  1. Download .zip file if you want to have your own project repository, then install dependencies and start app
$ npm install
$ npm start
  1. Checkout this repo, install dependencies, then start app
$ git clone git@gitlab.com:masonshin/ReduxStarter.git
$ cd ReduxStarter
$ npm install
$ npm start

About


Languages

Language:JavaScript 64.3%Language:HTML 28.6%Language:CSS 7.1%