@geostarters/react-components

0.3.14 • Public • Published

@geostarters/react-components

npm version Build Status Linux Build status Dependency Status License

A lib of React Components https://geostarters.github.io/icgc-react-components/

Installation

npm install --save @geostarters/react-components

Development

npm install or yarn

Provided scripts

lint: Checks the code linting

build: Creates de dist file of each component

build:dev: Creates de dist file of each component (using working windows commands)

storybook: Run storybook locally

deploy-storybook: Deploy storybook to github pages

/*por si falla*/
npm run build-storybook
cd docs
git init
git add .
git commit -m "Deploy Storybook to GitHub Pages"
git push --force --quiet git@github.com:geostarters/icgc-react-components.git master:gh-pages

/*otra forma*/
npm run build-storybook
git subtree split --prefix docs -b gh-pages
git push -f origin gh-pages:gh-pages
git branch -D gh-pages

build-storybook:

test: Runs the static type checker and runs the tests

Para desplegar los cambios en el registro de npm

npm login
Username: icgcgeostarters
Password: XXXXXXXX
Email: (this IS public): geostarters [at] gmail [dot] com
npm version <update_type> //<update_type> patch, major, or minor
npm publish --access public 

Semantic UI React personalization

https://jsramblings.com/2018/03/04/how-to-use-semantic-ui-with-a-custom-theme-in-your-CRA-app.html

License

Copyright (c) 2019 - Geostarters (MIT License) See LICENSE file for more info.

Readme

Keywords

none

Package Sidebar

Install

npm i @geostarters/react-components

Weekly Downloads

1

Version

0.3.14

License

none

Unpacked Size

432 kB

Total Files

119

Last publish

Collaborators

  • icgcgeostarters
  • sfggeogis