cssinjs / bootstrap-jss

Convert Bootstrap SCSS to JSS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Convert Bootstrap SCSS to JSS

License:Other


Languages

Language:JavaScript 100.0%