Vite boilerplate with JSX, SCSS,
eslint
,stylelint
and a test environment.
$ git clone https://github.com/tooooools/boilerplate my-app
$ cd my-app
$ npx unboil
$ yarn install
# Development
$ yarn start
$ yarn test
# Staging
$ yarn build
$ yarn preview
$ yarn deploy:staging
# Production
$ yarn version
Chrome >=87
Firefox >=78
Safari >=14
Edge >=88
From Vite Browser Compatibility
JSX and state utils heavily based on pqml’s work.