A monorepo for all web apps crafted at appsparklers.
After you have cloned the repository, install the NPM modules with:
npm i
Use only NPM for running all the commands. Avoid
yarn
,pnpm
or any other NodeJS package manager.
npm run mhw:sb
npm run mhw:app
- dev deployment
npm run hc:deploy
- prod deployment
npm run hc:deploy:prod
npm run hc:dev
- dev deployment
npm run hc:deploy
- prod deployment
npm run hc:deploy:prod
npm run lr:sb
npm run lr:app
- dev deployment
npm run lr:deploy
- prod deployment
npm run lr:deploy:prod