Skip to content

CandraRahmawan/react-webpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bundle Assets in ReactJS with Webpack 4 :

Tools :

  1. Yarn version >= 1.6.0
  2. Node version >= 8.X.X

Technology :

  1. React 16.4
  2. Webpack 4
  3. Antd 3.6
  4. PrismJS 1.15
  5. Prettier
  6. Jest

run yarn install first to install depedencies.

Running :

  • yarn start:dev for running development mode
  • yarn start:prod for running production mode

running at http://localhost:7000/

Webpack Stats :

  • yarn build:stats for Analyzing build statistics

Testing :

  • yarn test result test with coverage
  • yarn test:watch for watching testing unit without coverage