๐Ÿ“ฆ 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 Update README 6010215 10 years ago ๐Ÿ“ History
๐Ÿ“‚ 60102155c51b3bf95545d62e779cef05fbbc7255 View all commits โ†’
๐Ÿ“ bin
๐Ÿ“ build
๐Ÿ“ config
๐Ÿ“ src
๐Ÿ“„ .babelrc
๐Ÿ“„ .editorconfig
๐Ÿ“„ .env
๐Ÿ“„ .eslintignore
๐Ÿ“„ .eslintrc
๐Ÿ“„ .gitignore
๐Ÿ“„ jsconfig.json
๐Ÿ“„ 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

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