...
To run the sample API server:
Navigate to the sample API server location. Open the
server
subfolderRun “
npm install
” to install serverRun “
npm install -g swagger
” to install swagger tool globallyRun “
swagger project start
” to run server
The sample API server is now accessible and runs on port 3000. The sample API server provides access to local files on the host of the sample API server. To test the server, access the sample files shipped inside the files
subfolder with with server or any other accessible file:
...