2.0.3 • Published 6 years ago

react-npm-minimal-boilerplate v2.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

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