1.0.21 • Published 5 years ago
og-react v1.0.21
React NPM Package Boilerplate
Boilerplate code for publishing a React NPM package.
- Bundled with Webpack
- Develop with Hot Module Replacement (HMR)
- Includes linting with ESLint
- Testing with Jest.
Usage
Install modules -
yarn
Start example and start coding -
yarn start
Run tests -
yarn test
Bundle with -
yarn build
To test if it works correctly in another project you can use npm
npm install -S ../react-npm-component-boilerplate
Note the relative path
E.g. this folder structure
./workspace/
MyProject
react-npm-boilerplate
Extra
Adjust your .eslintrc
config file to your own preference.
NPM equivalent
yarn | npm |
---|---|
yarn | npm install |
yarn test | npm run test |
yarn build | npm run build |
License
MIT © Dinesh Pandiyan
1.0.21
5 years ago
1.0.20
5 years ago
1.0.19
5 years ago
1.0.18
5 years ago
1.0.17
5 years ago
1.0.16
5 years ago
1.0.15
5 years ago
1.0.14
5 years ago
1.0.11
6 years ago
1.0.13
6 years ago
1.0.12
6 years ago
1.0.10
6 years ago
1.0.9
6 years ago
1.0.8
6 years ago
1.0.7
6 years ago
1.0.6
6 years ago
1.0.5
6 years ago
1.0.4
6 years ago
1.0.3
6 years ago
1.0.2
6 years ago
1.0.0
6 years ago
1.0.1
6 years ago