Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 402 Bytes

File metadata and controls

20 lines (16 loc) · 402 Bytes

react-webpack

React Application from Scratch using webpack 4

Run following command

yarn 

This will add all the required dependencies to run the project in your system.

yarn start

This command will start the server on localhost.

To generate build, Run following command

yarn build

This will generate build folder names dist in project directory for production use.