๐Ÿ“ฆ pkieltyka / rapp

React app boilerplate

โ˜… 0 stars โ‘‚ 1 forks ๐Ÿ‘ 0 watching
๐Ÿ“ฅ Clone https://github.com/pkieltyka/rapp.git
HTTPS git clone https://github.com/pkieltyka/rapp.git
SSH git clone git@github.com:pkieltyka/rapp.git
CLI gh repo clone pkieltyka/rapp
Peter Kieltyka Peter Kieltyka Move reducer to bottom of modules 533f330 10 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ bin
๐Ÿ“ config
๐Ÿ“ src
๐Ÿ“„ .babelrc
๐Ÿ“„ .editorconfig
๐Ÿ“„ .env
๐Ÿ“„ .eslintignore
๐Ÿ“„ .eslintrc
๐Ÿ“„ .gitignore
๐Ÿ“„ package.json
๐Ÿ“„ README.md
๐Ÿ“„ server.js
๐Ÿ“„ README.md

React App Boilerplate

Setup

  • Install node 5+. I recommend: https://github.com/tj/n to manage node versions
  • npm install

Usage

$ npm start

To run in development mode, without the redux devtools pane use:

$ npm run dev:no-debug

Features

  • React 0.14
  • Redux 3
  • Babel 6+
  • Webpack 1.12
  • ESLint
  • Hot module reloading
  • Redux Devtools
  • React-Router + redux-simple-router
  • Redux-thunk
  • PostCSS, autoprefixer, cssnano
  • CSS Modules enabled
  • Sass
  • Simple sample app
  • Production configuration/builds

NOTES

Based on boilerplate from https://github.com/davezuko/react-redux-starter-kit