You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## What does this PR do?
Add Kuzzle React getting-started.
This getting-started have been merge in the last doc [#291](kuzzleio/documentation#291)
The last getting started app was builted progressively and some code was rewrite during the reading.
I had to rewrite lot of parts to remove that because it implicated some untested lines. I avoid hard snippets written in the readme too.
I removed the tested snippets and add cypress to test the app globally.
The app use the current 6-dev sdk version with the ugly post-install line in `doc/6/getting-started/.react/package.json`
### How should this be manually tested?
- Step 0 : Kuzzle running stack
- Step 1 : cd doc/6/getting-started/.react
- Step 2 : yarn install
- Step 3 : yarn start & (if error add `SKIP_PREFLIGHT_CHECK=true`)
- Step 4 : npm run test
### Other changes
/
### Boyscout
/
0 commit comments