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

JigMistry/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

Releases

No releases published

Packages

No packages published