An open API service indexing awesome lists of open source software.

https://github.com/parveen1112/debugsampleapplication

Sample Application
https://github.com/parveen1112/debugsampleapplication

Last synced: 3 months ago
JSON representation

Sample Application

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)