JSPM

@codytodonnell/scicap-ui-windows

0.3.6
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 4
    • Score
      100M100P100Q10136F

    Package Exports

    • @codytodonnell/scicap-ui-windows
    • @codytodonnell/scicap-ui-windows/dist/cjs/index.js
    • @codytodonnell/scicap-ui-windows/dist/esm/index.js

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@codytodonnell/scicap-ui-windows) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Science Capsule React UI - development

    Installation

    Note: unless otherwise specified, run these steps from the directory where this README is located (currently sc/app/frontend)

    • Create a new Conda environment from the environment.yml file in this directory:

      conda env create --file environment.yml && conda activate scicap-ui-2022-07
    • Install the JavaScript dependencies using yarn:

      yarn install
    • Start the React development server:

      npm start
    • Start the Storybook development server:

      npm run storybook