/react-js-starter-kit

ReactJS starter kit implemented with with NodeJS, WebPack 2, NPM, SASS/SCSS, ReactJS, Redux, React Routing, Express, Server Side Rendering, Caching, ESLint.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

ReactJS Starter Kit

Getting to the point of having a production ready universal ReactJS implementation for a large scale commercial site. Implemented using: Universal Server Side Rendered, Modular Componentized, ReactJS, Redux, React Router, Express, SCSS, ES6 (back to front), Axios, NPM, WebPack 2, NodeJS, Caching, Security, Image Optimization, CSS minification

# Install the dependencies
npm install

# Run website in dev mode ( http://localhost:3000 )
npm run dev

# Create a production build
npm run build

# Serve the production build ( http://localhost:3000 )
npm run prod