Skip to content

ThanosRestas/Estia

Repository files navigation

Estia

Git push message etiquette:

  • Added : New feature added
  • Bug : Changed foo to bar / Fixed this to that so and so
  • Refactor : Changed this to that, mainly for design pattern / absraction change
  • Update : Changed these values to these values / added comments
  • Removed : Deleted this part of code, or deleted this file or that file

Dev terminal commants in root of the project's folder "

  • npm install : installs required modules
  • npm start : starts the project in localhost
  • npm run-script build : builds the distribution