https://github.com/parveen1112/debugsampleapplication
Sample Application
https://github.com/parveen1112/debugsampleapplication
Last synced: 3 months ago
JSON representation
Sample Application
- Host: GitHub
- URL: https://github.com/parveen1112/debugsampleapplication
- Owner: parveen1112
- Created: 2019-07-08T09:04:56.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T03:53:25.000Z (about 3 years ago)
- Last Synced: 2025-04-06T16:50:12.293Z (about 1 year ago)
- Language: JavaScript
- Size: 947 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Debug Sample Application
====================
## Getting started
- Clone the repository `git clone https://github.com/parveen1112/DebugSampleApplication.git`
- Go to ironhead directory `cd DebugSampleApplication`
- Make sure latest node is installed on the system.
- Open the terminal && Install the dependencies using `make i`
- Initiate the build using `make dev`
- Start the server using `node --inspect .`
- Open url in browser [http://localhost:1447](http://localhost:1447)