Build JSS components for Bootstrap by JSS
https://sammi.github.io/bootstrap-jss
- Jest
- ESLint
- Babel ES6/ES7
- Jest Snippets
- EditorConfig for VS Code
- Code Outline
- Badges
npm install yarn -g
- Start the test watcher
yarn
yarn test:watch
-
Change and save code, make sure all tests are passing
-
When test failed, click "Debug" above each Jest Unit test, step into the source code.
yarn build
cd stories
yarn
yarn start
Check out http://localhost:9001