Skip to content

Latest commit

 

History

History
50 lines (39 loc) · 1.5 KB

README.md

File metadata and controls

50 lines (39 loc) · 1.5 KB

bootstrap-jss

Build JSS components for Bootstrap by JSS

CircleCI Test Coverage NPM version NPM downloads Storybook

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

yarn build
cd stories
yarn
yarn start

Check out http://localhost:9001