Skip to content

This is my collection of front related stuff I use in my projects

License

Notifications You must be signed in to change notification settings

Guirec/common-front-tools

Repository files navigation

Common front tools

There are always several ways to do frontend stuff, so I will try to explain my choices as best I can.

Storybook is used to present the documentations and components. Use the following commands to visualize locally:

npm install
npm run storybook

Prettier, stylelint, ESLint and EditorConfig rules are set, it is strongly recommended to install thier matching extensions in your code editor.

For Visual Studio Code I recommend these extensions:

You can install these extensions with the VS Code CLI:

code --install-extension editorconfig.editorconfig
code --install-extension stylelint.vscode-stylelint
code --install-extension dbaeumer.vscode-eslint
code --install-extension esbenp.prettier-vscode
code --install-extension tombonnike.vscode-status-bar-format-toggle

About

This is my collection of front related stuff I use in my projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published