React / Redux server side rendering boilerplate
Download node at nodejs.org and install it, if you haven't already.
npm install react-redux-server-boilerplate --save
- express: Fast, unopinionated, minimalist web framework
- react: React is a JavaScript library for building user interfaces.
- react-dom: React package for working with the DOM.
- react-redux: Official React bindings for Redux
- redux: Predictable state container for JavaScript apps
- babel-core: Babel compiler core.
- babel-loader: babel module loader for webpack
- babel-polyfill: Provides polyfills necessary for a full ES2015+ environment
- babel-preset-es2015: Babel preset for all es2015 plugins.
- babel-preset-react: Babel preset for all React plugins.
- css-loader: css loader module for webpack
- extract-text-webpack-plugin: Extract text from bundle into a file.
- functionhappy: semistandard wrapped with eslint-config-function-happy
- json-loader: json loader module for webpack
- node-sass: Wrapper around libsass
- sass-loader: Sass loader for webpack
- snazzy: Format JavaScript Standard Style as Stylish (i.e. snazzy) output
- webpack: Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jade, coffee, css, less, ... and your custom stuff.
- webpack-node-externals: Easily exclude node_modules in Webpack bundle
MIT
Generated by package-json-to-readme