- minify ecmascript with babili
- minify css with cssnano
- future-proof css with cssnext
- isolate component css with csx
- test react with enzyme
- serve static content with express
- type check with flow
- optimize static server with helmet
- and hpp
- access arrays better with idx
- code-split with import()
- test with jest
- universal logging with logdown
- css transforms with postcss
- build interfaces with react
- use cutting edge ecmascript with stage-0
- lint with standard
- interactively develop with storybook
- bundle and load modules with webpack
- seamlessly configure webpack with webpack-chain
- Dead and unused code elimination (UglifyJS)
- ES2015 minimization/minification (Babili)
- Multi-optional caching (DllPlugin, CommonsChunkPlugin)
- On-demand polyfilling (dynamic
import
)
- Travis CI + Yarn + Greenkeeper
- Inline critical path CSS + Gzip
- Healthcheck routes (
/__gtg
,/__health
)
yarn install
yarn build:dll
yarn build
yarn build:watch
yarn start:server
yarn start
yarn flow
yarn lint
yarn lint:fix
yarn test
yarn test:all
yarn test:watch