react-npm-minimal-boilerplate

2.0.3 • Public • Published

Minimal boilerplate for creating React NPM packages

Boilerplate to get started with react NPM package instantly.

Features

Usage

  1. Clone the repo: git clone https://github.com/ganapativs/react-npm-minimal-boilerplate.git my-awesome-react-npm-package && cd $_
  2. Remove .git: rm -rf .git
  3. Install dependencies: yarn
  4. Playground with hot loader: yarn run dev
  5. Lint: yarn run lint
  6. Fix lint issues and prettify code 😎: yarn run lint-fix
  7. Transpilation to ES5 in dist folder: yarn run prepublish (standard npm hook)
  8. Push package to your own Github repository
  9. Publish package: yarn run publish

Todo

  • Test cases

License

MIT

/react-npm-minimal-boilerplate/

    Package Sidebar

    Install

    npm i react-npm-minimal-boilerplate

    Weekly Downloads

    6

    Version

    2.0.3

    License

    MIT

    Unpacked Size

    290 kB

    Total Files

    5

    Last publish

    Collaborators

    • ganapativs