- Run
npm run start
command to prepare and start the application.
- Run
npm run prepare
to prepare your local environment - Run
npm run dev
to develop withdev
environment (Change port if you want in thedev
npm script). Openlocalhost:{PORT}
in a browser - default is 3001 - Run
npm run livereload
to run livereload server for client code. Open the url shown in the console after livereload running starting with words 'Webserver started at ...' (dev
script 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
development
branch - Check build status
- Check DEV server
- Create a PR to
master
branch - Code review (accept or request new changes)
- Merge the PR to
master
branch - Check MASTER server