Skip to content

Latest commit

 

History

History
64 lines (51 loc) · 2.27 KB

README.md

File metadata and controls

64 lines (51 loc) · 2.27 KB

React.js & Redux Boilerplate

Included Modules

Webpack

React

Babel

ESLint

Prettier

Browser support

Supports all browsers that are ES5-compliant

  • IE8 and below are not supported

Getting started

  1. Gets the git project.
  git clone https://github.nhnent.com/fe/react-boilerplate.git
  1. Run the installation from the internal repo directory.
  npm install
  1. Start the webpack-dev-server.
  npm run dev
  1. Open http://localhost:8080 in your browser.

Commands

  • npm run dev - Start webpack-dev-server.
  • npm run lint - Run ESLint.
  • npm run build - Bundle and minify resources into /dist directory.