-
Installation: npm install
-
Run server: node app
A quick tutorial for swagger: https://scotch.io/tutorials/speed-up-your-restful-api-development-in-node-js-with-swagger
swagger-codegen generate -l swift3 -i api/swagger/swagger.yaml -c swagger-codegen.config.json -o {target_path}
here to see more