@coorpacademy/app-review
v0.46.20
Published
- ๐ [Static Demo](http://coorpacademy.github.io/components/app-review) - ๐น Architecture illustrated with Excalidraw ([local](../../../documentation/documentation/review-mode/frontend-app-review.excalidraw) and [github](https://github.com/coorpacademy/do
Maintainers
Keywords
Readme
App Review
- ๐ Static Demo
- ๐น Architecture illustrated with Excalidraw (local and github).
This package is the @app-review section.
start local sandbox
npm startrequirements:
- mooc installed and running to expose a local API.
- copy and rename
.env.sampleto.envwith a local token (API_TEST_TOKEN) to access the mooc API.
developing views locally
Be sure to build es/ on @coorpademy/components
> cd ../@coorpademy-components
> npm run build:esthen start the sandbox
generate /static
npm run static(This script is used by lerna to publish the static web app)
unit tests
npm run test:unitor
npx ava --watchdependencies notes
react must also be the same version on this package and the rootApp
(possible generic error Warning: Invalid hook call. [...] 3. You might have more than one copy of React in the same app)
