GithubHelp home page GithubHelp logo

ganeshrvel / react-redux-advanced-web-boilerplate Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 185 KB

Advanced and highly scalable boilerplate built for web using React v16, Redux v4, Webpack v4 {HMR, Helmet, Loadables, Dynamic Reducer Injection, Selectors, Code splitting}

Home Page: https://github.com/ganeshrvel/react-redux-advanced-web-boilerplate

License: MIT License

JavaScript 93.99% CSS 5.11% HTML 0.90%
react redux reactjs webpack webpack4 boilerplate loadable-components hmr hmr-support dynamic-reducers

react-redux-advanced-web-boilerplate's Introduction

React-Redux advanced web boilerplate

License: MIT

Author: Ganesh Rathinavel

Requirements: node.js v8 or higher, npm

Version: 1.0.0

URL: https://github.com/ganeshrvel/react-redux-advanced-web-boilerplate

Advanced and highly scalable boilerplate built for web using React v16, Redux v4, Webpack v4 {HMR, Helmet, Loadables, Dynamic Reducer Injection, Selectors, Code splitting}

Features

  • Latest versions of React (v16), Redux (v4), Webpack (v4)
  • Hot module Reload (HMR) for instant feedback.
  • Helmet for better meta info management.
  • Highly modular.
  • Loadables, Dynamic Reducer Injection, Selectors for efficient Code. splitting and performance/startup optimisation.
  • Industry standard State management.
  • SASS/SCSS styling.

Installation

$ git clone --depth=1 https://github.com/ganeshrvel/react-redux-advanced-web-boilerplate.git

$ cd react-redux-advanced-web-boilerplate

$ npm install

Run

# Development
$ npm run start:dev:all

# Production
$ npm run start:production:all

General Information

  • Port assigned: 3000 and 3001(Development only)
  • Prettier is used for maintaining code standards.

To use a local image inside the app use require('../path/file.jpg');

// Example
 <img
            src={imgsrc('keyboard.jpg')}
            width="100px"
            height="auto"
          />
 /*
 imgsrc
 * default path: ../public/images/
 * @param filePath
 * @param returnNoImageFound (optional)
 */

And place the image file inside the ./app/public/images folder

Accolades and Credits

react-redux-advanced-web-boilerplate's People

Contributors

ganeshrvel avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.