All Projects → nareshbhatia → react-force

nareshbhatia / react-force

Licence: MIT license
Foundational components and utilities for React applications

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

React Force

styled with prettier Travis Commitizen friendly

Foundational components for React applications

Live demo: https://nareshbhatia.github.io/react-force/

Build Process

Typical commits

Always do commits in conventional commit format. This step can be repeated any number of times during the development process.

git status
git add --all
yarn cz-commit # interactive conventional commit
git push

Release to NPM

# Make sure local build runs successfully
yarn build:local

# Detemine which packages have changed
yarn changed

# Go to each changed package.

# 1. Manually change the version number in package.json. Use semver.

# 2. Commit and push (see above)

# 3. Rebuild the package
yarn build:local

# 4. Release to npm
npm publish

# 5. Tag the release and push the tag to remote
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].