junghwan-park / react-boilerplate

React.js and Redux boilerplate of FE Dev lab.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

React.js and Redux boilerplate of FE Dev lab.

License:MIT License


Languages

Language:JavaScript 52.3%Language:CSS 46.5%Language:HTML 1.1%