React app + webpack dev/prod env management + sass loader + babel presets + build minification + antd design
then do
npm install
to run devlopment local servernpm run start
to create devlopment build
npm run build:dev
to create production build
npm run build:prod