Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 990 Bytes

README.md

File metadata and controls

53 lines (37 loc) · 990 Bytes

tooooools/boilerplate

Vite boilerplate with JSX, SCSS, eslint, stylelint and a test environment.


Installation

Using as a Github template

Use this template.

By cloning and unboiling manually

$ git clone https://github.com/tooooools/boilerplate my-app
$ cd my-app
$ npx unboil
$ yarn install

Usage

# Development
$ yarn start
$ yarn test

# Staging
$ yarn build
$ yarn preview
$ yarn deploy:staging

# Production
$ yarn version

Browser support

Chrome >=87
Firefox >=78
Safari >=14
Edge >=88

From Vite Browser Compatibility

Credits

JSX and state utils heavily based on pqml’s work.

License

MIT.