Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 377 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 377 Bytes

Example create WAR file for react app

Installation

npm install .
// or 
yarn install

1. Installing dependencies for react app

cd src
npm install .
// or 
yarn install

2. build react app

npm run build
// or 
yarn build

3. create war file from ./src/build directory

cd ../
npm run build
// or 
yarn build