1.1.19 • Published 5 years ago
@jexo/progress-tracker v1.1.19
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.1.19
5 years ago
1.1.18
6 years ago
1.1.17
6 years ago
1.1.16
6 years ago
1.1.15
6 years ago
1.1.14
6 years ago
1.1.13
6 years ago
1.0.11
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.1
6 years ago
1.0.0
6 years ago