Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More ā†’
Socket
Sign inDemoInstall
Socket

@coorpacademy/app-review

Package Overview
Dependencies
Maintainers
23
Versions
794
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coorpacademy/app-review

šŸ“š [Static Demo](http://coorpacademy.github.io/components/app-review) šŸ¹ Architecture illustrated with [Excalidraw](../../../documentation/documentation/review-mode/frontend-app-review.excalidraw). This package is the `@app-review` section.

  • 0.1.1
  • npm
  • Socket score

Version published
Weekly downloads
996
increased by166.31%
Maintainers
23
Weekly downloads
Ā 
Created
Source

App Review

šŸ“š Static Demo šŸ¹ Architecture illustrated with Excalidraw. This package is the @app-review section.

start local sandbox

npm start

requirements:

  • mooc installed and running to expose a local API.
  • duplicated .env.sample to .env with a local token to access the mooc API.

developing views locally

Be sure to build es/ on @coorpademy/components

> cd ../@coorpademy-components
> npm run build:es

then 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:unit

or

npx ava --watch

dependencies notes

react-native must be the same version on this package and the rootApp (possible generic error "Invariant Violation: Module AppRegistry is not a registered callable module")

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)

tmp notes

export: https://stackoverflow.com/a/70020984/959219

css modules:

FAQs

Package last updated on 29 Jun 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with āš”ļø by Socket Inc