storybook_sleonard_tp1
v1.0.0
Published
Storybook pour le TP1
Downloads
2
Maintainers
Readme
URL pour visiter le site sur le serveur du Cegep :
https://storybook.sleonard.devwebgarneau.com/
URL pour visiter le package sur npmjs.com :
https://www.npmjs.com/package/storybook_sleonard
Github repo :
https://github.com/SarahRleonard/storybook_sleonard
NPM library Create React App template
Create React App (CRA) template to build and publish NPM libraries with rollup, eslint and stylelint configurations. See full documentation.
Usage
npx create-react-app storybook_sleonard --template npm-library
Or
yarn create react-app storybook_sleonard --template npm-library
Then
cd storybook_sleonard
yarn start
Features
- Handles all modern JS features.
- Bundles
commonjs
andes
module formats. - Husky for git hooks.
- Eslint and stylelint.
- Rollup for bundling.
- Babel for transpiling.
- Jest and react-testing-library for testing.
- Supports CSS modules, SASS/SCSS, Less and PostCSS.
- Storybook for documentation and demo.
- And much more.
Contributors
@morewings, @sky0matic