Skip to content

chevalvert/murmur

 
 

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

  • At Aero by Arillatype.Studio®
  • JSX and state utils heavily based on pqml’s work.

License

MIT.

Languages

  • JavaScript 78.5%
  • SCSS 15.3%
  • Python 2.8%
  • Objective-C 2.2%
  • Other 1.2%