Template of app created by PaladinSoftware
Before trying to run this app, you should have NPM installed on Your OS.
To run app:
- Download or clone repository
- Open root directory in terminal
- Run: npm install
- Run: npm start
- 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.