remix-demo

react router (remix) demo

git clone https://9o.is/git/remix-demo.git

README.md

(363B)


      1 # Mocks
      2 
      3 Use this to mock any third party HTTP resources that you don't have running locally and want to have mocked for local development as well as tests.
      4 
      5 Learn more about how to use this at [mswjs.io](https://mswjs.io/)
      6 
      7 For an extensive example, see the [source code for kentcdodds.com](https://github.com/kentcdodds/kentcdodds.com/blob/main/mocks/start.ts)