Tagged Questions
2
votes
3answers
3k views
Fastest way to set up a JSON server on my local machine [closed]
I am a front-end developer. For many experiements I do I need to have a server that talks JSON with my client side app. Normally that server is a simple server that response to my POSTs and GETs.
For ...