React server side rendering boilerplate
Download node at nodejs.org and install it, if you haven't already.
npm install react-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.
- babel-core: Babel compiler core.
- babel-loader: babel module loader for webpack
- babel-polyfill: React server side rendering boilerplate
- 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