Skip to content

Base setup for a modern project setup with Vite, React, Typescript #portfolio

License

Notifications You must be signed in to change notification settings

nweat/storytime

Repository files navigation

Storytime

Base setup for a modern project setup with Vite, React, Typescript with the goal of catching inconsistencies early on resulting in cleaner codebase


Features:

  • ESlint and Prettier configuration
  • Setup of husky and lint-staged

VS Code Setup

  • Install Prettier - Code formatter extension
  • Install ESLint extension
  • Inside settings.json add the following:
  ...
  "editor.defaultFormatter": "esbenp.prettier-vscode",
  "editor.formatOnSave": true,
  "editor.formatOnPaste": true,

About

Base setup for a modern project setup with Vite, React, Typescript #portfolio

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published