Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.39 KB

File metadata and controls

31 lines (21 loc) · 1.39 KB

Project-tracker

NPM Scripts

Production

  • Run npm run start command to prepare and start the application.

Development

  • Run npm run prepare to prepare your local environment
  • Run npm run dev to develop with dev environment (Change port if you want in the dev npm script). Open localhost:{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)

Servers

New features delivering process

  • 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