Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 437 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 437 Bytes

PaladinApp

Template of app created by PaladinSoftware

Before trying to run this app, you should have NPM installed on Your OS.

To run app:

  1. Download or clone repository
  2. Open root directory in terminal
  3. Run: npm install
  4. Run: npm start
  5. Open browser and go to address: http://localhost:8080/

If You want to customize address of app, append "--host ADDRESS" to "start-server" key of "scripts" object in package.json file.