JSPM

@leanup/cli-react

1.1.91
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 611
  • Score
    100M100P100Q99727F
  • License Apache-2.0

This package contains the React framework extension for the @leanup/cli.

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 (@leanup/cli-react) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    GitHub CI - Publish to NPM dependencies peer-dependencies vulnerabilities npm downloads install-size lernajs code style: prettier

    @leanup/cli-react

    This package contains the react CLI adapter. You can create a new or switch a existing project to the @leanup/stack.

    Installation

    You can create a new project folder or go in a existing folder.

    Create a new project folder:

    1. mkdir new-react-app
    2. cd new-react-app
    3. npm install -D @leanup/cli @leanup/cli-react
    4. npx react create

    Go in a existing folder

    1. cd my-react-app
    2. npm install -D @leanup/cli @leanup/cli-react
    3. npx react create --only-config --overwrite
    4. Proof the configuration changes and adopt it for your.

    Usage

    Execute npm run in your terminal. It lists all preconfigured tools commands of the @leanup/stack.

    For example: npm start 😉

    Feedback

    Please give us feedback of you experience, so that we can continuously improve @leanup.