I created this repo for doing experimentation with React.
I wanted something small without having to create a webpack config.
This project uses
To simplify using async/await there is a "browserslist"
entry in the package.json.
This avoids regenerator runtime errors, you probably want to add babel polyfills
if you were going to do a prod build.
- Install dependences with npm or yarn
- Run the dev server
yarn dev
- Go to http://localhost:1234
As a long time Ember enthusiast, Mirage has been a staple for mocking REST apis
Sam Selikoff and many mirage contributors have made MirageJS available as standalone library to use in non-Ember projects