Skip to content

React app + webpack dev/prod env management + sass loader + babel presets + build minification + antd design

Notifications You must be signed in to change notification settings

faridganiyev/react-webpack-environment

 
 

Repository files navigation

react-webpack-environment

React App set up with webpack + environment wise configuration + antd package

  • create .env file in root directory same format as in sample env

then do

npm install

to run devlopment local server npm run start

to create devlopment build

npm run build:dev

to create production build

npm run build:prod

About

React app + webpack dev/prod env management + sass loader + babel presets + build minification + antd design

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.2%
  • HTML 3.8%
  • CSS 3.0%