JSPM

  • Created
  • Published
  • 0
  • Score
    100M100P100Q23791F
  • License MIT

Create React App template to build and publish NPM libraries with Typescript support, and rollup, eslint and stylelint configurations

Package Exports

    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 (playbook-media-typescript-sdk) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Node.js CI types included npm version npm

    NPM library Create React App template

    NPM library Create React App template logo

    Create React App (CRA) template to build and publish NPM libraries with rollup, eslint and stylelint configurations.

    🎁👌🤓 NEW! Now with Typescript support.

    Read full documentation.

    Visit Demo Storybook.

    Features

    Quickstart

    npx create-react-app %PROJECT_NAME% --template npm-library
    yarn create react-app %PROJECT_NAME% --template npm-library
    pnpm create react-app %PROJECT_NAME% --template npm-library

    Then

    cd %PROJECT_NAME%
    npm run prepare
    yarn run prepare
    pnpm run prepare