bootstrap-jss

0.12.34 • Public • Published

bootstrap-jss

Build JSS components for Bootstrap by JSS

CircleCI Test Coverage NPM version NPM downloads

Checkout the live demo!

https://sammi.github.io/bootstrap-jss

Developer quick start

Install Visusl Studio Code Extensions

  • Jest
  • ESLint
  • Babel ES6/ES7
  • Jest Snippets
  • EditorConfig for VS Code
  • Code Outline
  • Badges

Install latest yarn version

  npm install yarn -g

Test Driven Development

  1. Start the test watcher
yarn
yarn test:watch
  1. Change and save code, make sure all tests are passing

  2. When test failed, click "Debug" above each Jest Unit test, step into the source code.

Setup the localhost StoryBook

cd stories
yarn
yarn start

Check out http://localhost:9001

Publish npm module

 yarn build
 npm login
 npm pack
 npm publish bootstrap-jss-x.x.x.tgz

Package Sidebar

Install

npm i bootstrap-jss

Weekly Downloads

13

Version

0.12.34

License

MIT

Unpacked Size

1.6 MB

Total Files

5

Last publish

Collaborators

  • ssong