https://github.com/opuscapita/react-layouts
https://github.com/opuscapita/react-layouts
cashmanagement
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/opuscapita/react-layouts
- Owner: OpusCapita
- License: mit
- Created: 2018-02-16T07:23:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-22T09:13:51.000Z (over 7 years ago)
- Last Synced: 2025-02-26T02:03:16.421Z (7 months ago)
- Topics: cashmanagement
- Language: JavaScript
- Size: 1.3 MB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# react-layouts
### [Demo](https://opuscapita.github.io/react-layouts)### Installation
```
npm install --save @opuscapita/react-layouts
```### Development
* Run `npm install` to get the project's dependencies
* Run `npm run build` to produce minified version of the library
* Run `npm run dev` to produce development version of the library.
* Run `npm run test` to run tests
* Run `npm run docs` to run generate examples#### Development workflow
* Run `npm run docs`
* Open `docs/index.html`Or
* Run `npm run hot`
* Open `http://localhost:5555/`#### Contributing
* Make a new branch for the changes
* Update `CHANGELOG.md` file
* Commit changes (not `lib`)
* Make a pull request#### Creating a new release
* Run `npm version [major|minor|patch]` [Info](https://docs.npmjs.com/cli/version)
* Run `npm publish`