Make a script to set up dev environment - run both API and HTTP server for website #30
Labels
devops
Doesn't change anything on the website. Usually changes to architecture or automating development.
Right now, if you want to run your own mock API for development purposes, you need to clone it and run it. JS then checks if port taken by the API is free, and if it isn't, it knows to use the local dev API.
This is an extra step we can automate.
The text was updated successfully, but these errors were encountered: