项目作者: kaioduarte

项目描述 :
A tweaked version of Create React App boilerplate
高级语言: JavaScript
项目地址: git://github.com/kaioduarte/cra-customized.git
创建时间: 2019-01-26T09:10:35Z
项目社区:https://github.com/kaioduarte/cra-customized

开源协议:

下载


CRA Customized

Just some adjustments to the default CRA setup :)

Tweaks

  • Heroku setup
  • HMR support
  • Preact :fire:
  • Storybook
  • Standard.js
  • Alias + VS Code intellisense support (check jsconfig.json)
  • Webpack Bundle Analyzer
  • PurgeCSS :fire:

Scripts

  • yarn dev
  • yarn test
  • yarn test:coverage
  • yarn lint:fix
  • yarn build
  • yarn analyze
  • yarn storybook
  • yarn build-storybook
  • yarn start