The Wayback Machine - http://web.archive.org/web/20201127143009/https://github.com/cssinjs/bootstrap-jss
Skip to content
master
Go to file
Code
This branch is 29 commits behind sammi:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.