UNPKG

memserver

Version:

in-memory database/ORM and http mock server you can run in-browser and node environments. Built for large frontend teams, fast tests and rapid prototyping

16 lines (12 loc) 242 B
<!DOCTYPE html> <html> <head> </head> <body> <h1>Testing Memserver</h1> <div class="users"> </div> <script src="./mocker.js"></script> <!-- <script src="./mu-prototype/src/main.js"></script> --> </body> </html>