Single page app without any frameworks
- install dependencies:
npm i
- run dev server:
npm run examples
- open in browser: 127.0.0.1:8080
It's the local-web-server package, so it supports:
- single-page-application
- URL rewriting
- Mock Responses
- GET/POST depending response
- Dynamic Response from mock JSON file
- REST
- HTTPS
Debugging mode — run npm run test:dev
. In the opened Chrome click the button 'Debug' and open console.