Rene GensAuthorBlogUsesNotesGitHubLinkedIn

HTTP Server for documentations

25 January, 2017 - 1 min read

If you are in the need to see the latest API changes which swagger has generated you will need to run the assets on an HTTP Server. Luckily on Mac (probably also on Linux) we have a built in server for just that. Navigate to the project folder inside your terminal and execute this:

python -m SimpleHTTPServer 8001

You can then visit your localhost at 8001 to see the website.

© 2020, Built with Gatsby