Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 404 Bytes

File metadata and controls

15 lines (15 loc) · 404 Bytes

To run these examples:

  1. clone the project and open a terminal at that location
  2. npm install
  3. npm run dev
    • you should see the console output:
    Hello from the mock service, internet!
    baseURL is  stage.myapi.com
    
  4. npm run prod
    • you should see the console output:
    Hello from the real service, internet!
    baseURL is  prod.myapi.com