https://github.com/starwit/react-starwit
This is the frontend commons package for managing general components for npm projects with react
https://github.com/starwit/react-starwit
Last synced: 5 months ago
JSON representation
This is the frontend commons package for managing general components for npm projects with react
- Host: GitHub
- URL: https://github.com/starwit/react-starwit
- Owner: starwit
- Created: 2022-04-27T13:34:54.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-16T11:03:57.000Z (over 2 years ago)
- Last Synced: 2025-10-24T18:59:04.537Z (8 months ago)
- Language: JavaScript
- Size: 146 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# react-starwit
This is the frontend commons package for managing general components for npm projects with react
## Quickstart
Install react-startwit in your project of choice directly from npm: \
`npm install --save @starwit/react-starwit --legacy-peer-deps`
## Documentation
In planning.
## Dev setup
run `npm install` for installing all dependencies required for developing the package.
### Build package
run `npm run build`
### Live build
run `npm run start`
### Encountered Problems
dev setup with npm link is not working due to an invalid hook issue. This might come down to an issue that there are
multiple react instances.
Otherwise you can link this repository in the root folder with `npm link` when this command is executed you can go to
the desired react app and install the package with `npm link @starwit/react-starwit`
## Publishing
Execute `npm run build && npm publish` to execute