Skip to content

junghwan-park/react-boilerplate

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published