- webpack
- webpack-dev-server
- html-webpack-plugin
- mini-css-extract-plugin
- optimize-css-assets-webpack-plugin
- terser-webpack-plugin
- babel
- @babel/preset-env
- @babel/preset-react
- @babel/plugin-proposal-class-properties
- @babel/plugin-proposal-object-rest-spread
- eslint
- babel-eslint
- eslint-config-tui
- eslint-config-prettier
- eslint-plugin-prettier
- eslint-plugin-react
- IE8 and below are not supported
- Gets the git project.
git clone https://github.nhnent.com/fe/react-boilerplate.git
- Run the installation from the internal repo directory.
npm install
- Start the webpack-dev-server.
npm run dev
- Open http://localhost:8080 in your browser.
npm run dev
- Start webpack-dev-server.npm run lint
- Run ESLint.npm run build
- Bundle and minify resources into/dist
directory.