Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 532 Bytes

File metadata and controls

14 lines (11 loc) · 532 Bytes

Installation

  • Comment out the lines # bower install into main.sh source file.
  • Run the command source main.sh

Run in production mode

  • Comment out the lines # rm -rf bower_components into main.sh source file.
  • Run the command source main.sh
  • Point your web browser to the URL http://127.0.0.1/#

Run in development mode

  • Comment the lines rm -rf bower_components into main.sh source file.
  • Run the command source main.sh
  • Point your web browser to the URL http://127.0.0.1/index-dev.html