Skip to content
/ boilerplate Public template

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

License

Notifications You must be signed in to change notification settings

tooooools/boilerplate

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks