- Run
npm run startcommand to prepare and start the application.
- Run
npm run prepareto prepare your local environment - Run
npm run devto develop withdevenvironment (Change port if you want in thedevnpm script). Openlocalhost:{PORT}in a browser - default is 3001 - Run
npm run livereloadto run livereload server for client code. Open the url shown in the console after livereload running starting with words 'Webserver started at ...' (devscript should be run also)
-
Development => Dev Server -
-
Master => Master Server -
- Create feature branch with simple task name
- Commit or commits to feature branch
- Create a PR to
developmentbranch - Check build status
- Check DEV server
- Create a PR to
masterbranch - Code review (accept or request new changes)
- Merge the PR to
masterbranch - Check MASTER server