Skip to content

Latest commit

 

History

History
executable file
·
24 lines (21 loc) · 655 Bytes

File metadata and controls

executable file
·
24 lines (21 loc) · 655 Bytes

This is front end for Doan thi truong App

####################################################### Git basic instruction #######################################################

  1. Clone code from Bitbucket
  2. Modify code
  3. git add .
  4. git commit -m "[Task-ID] Message"
  5. git branch Task-ID
  6. git checkout Task-ID
  7. git push origin Task-ID

#Then open bit bucket, merge request into develop branch

####################################################### Build #######################################################

  1. Install modules from package.json npm install
  2. Build webpack to target folder npm run webpack
  3. Run app on localhost npm start