README
Corporate frontend Single page application modules (SPA)
Prerequisites
Install nodeJs 10.15.0 ( with NVM ).
Installing
Install node modules with
npm install
or
yarn
Running applications
AEM board
http://aemrpa00001.srv.sydney.edu.au:8000/#!/
npm run aem-board-dev
Deployment
This project is using Standard version to deploy the packge.
- get latest changes with
git pull
in develop branch - checkout
master
branch,git pull
to get latest changes git merge develop
merge latest changes of the develop branch Build AEM board bundle- run
npm run aem-board-build
- git commit the changes
- run
npm run release-patch
ornpm run release-minor
to bump version and updateCHANGELOG.md