@sportsbroker/sb-frontend-shared v0.0.37
This project was bootstrapped with Create React App. For building process we use babel
Link to npm package
https://www.npmjs.com/package/@sportsbroker/sb-frontend-shared
For usage
npm install @sportsbroker/sb-frontend-shared
For components, material-components and models
import { Button, DividerContainer } from '@sportsbroker/sb-frontend-shared';
For icons
import TeamsSrc from '@sportsbroker/sb-frontend-shared/src/icons/teams.svg';
For development
npm start
will run react server and there we can check to react errors or warnings
npm run develop
will run babel in watch mode. Each change will be compiled to /dist
npm run styleguide
will run styleguide server. We can easily check our work writing MD files
If you want to see live changes in a project where this lib is a dependency, just replace version with relative path to this library e.g 'file:../sb-frontend-shared' and run npm install on it.
For deploy
Flow to deploy a new version
- Prepare PR
- Someone accepts it
- you are making "npm run release"
- someone accepts it
- Merge to develop/master
- run npm publish
4 years ago
4 years ago
4 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago