busterc / vanilla-parcel-starter

:icecream: a parcel starter with just enough sugar to make you smile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🍦 vanilla-parcel-starter

a parcel starter with just enough sugar to make you smile

keep it vanilla or top it with react, preact, vue, framework7, ionic, etc.

Degit It

$ npx -p node@9 -p degit -- degit busterc/vanilla-parcel-starter my-app
$ npm install
$ npm start

Preloaded With

  • ESlint
    • xo
    • Prettier
      • JSON
      • Prettier-Package-JSON
  • Babel presets env (.babelrc)
  • Sass
  • PostCSS (.postcssrc)
    • Autoprefixer
    • PostCSS-Import-URL
      • Bootstrap 4's Reboot.css
  • Browserslist last 2 major versions (.browserslitsrc)
  • Git
    • Lint-Staged
  • NPM Scripts
    • dev === start
    • build
    • lint
  • Assets
    • Invisible favicon.ico
  • Skeleton dotfiles
    • .posthtmlrc
    • .eslintignore
    • .gitignore

About

:icecream: a parcel starter with just enough sugar to make you smile


Languages

Language:JavaScript 87.1%Language:CSS 6.5%Language:HTML 6.3%