jaychsu / react-ie8-boilerplate

Quickly build web app via React and related tech.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React IE8 Boilerplate

Quick Start

  1. Install Docker.
  2. Run ./bin/start setup in your Terminal.

or just simply run

npm install
npm start

under

  • node 4.6.2
  • npm 2.15.11

Development

# Do [Quick Start](./#quick-start) first if not yet done.
./bin/start develop

Deployment

Publish Server

# Do [Quick Start](./#quick-start) first if not yet done.
./bin/start publish

Hot Reload Config or Static

# Empty for now #

Tech Stack

  • React: A javascript library for building user interfaces.
  • Redux: Predictable state container for JavaScript apps.
  • immutable-js: Immutable persistent data collections for Javascript which increase efficiency and simplicity.
  • Ant Design: An enterprise-class UI design language and React-based implementation.
  • Webpack: To bundle JavaScript files for usage in a browser, yet it is also capable of transforming, bundling, or packaging just about any resource or asset.
  • Babel: Babel is a compiler for writing next generation JavaScript.
  • LESS: A dynamic stylesheet language.
  • ESLint: The pluggable linting utility for JavaScript and JSX.
  • jest: A JavaScript testing framework, used by Facebook to test all JavaScript code including React applications.

Browser Compatibility

  • IE8 and above
  • Chrome
  • Firefox
  • Safari
  • Opera

About

Quickly build web app via React and related tech.


Languages

Language:JavaScript 83.8%Language:Shell 6.5%Language:CSS 3.7%Language:HTML 3.5%Language:Nginx 2.6%