0.0.1-beta β€’ Published 5 years ago

stb-cli v0.0.1-beta

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

stb-cli Build Status NPM Downloads NPM Version

Start building a stb Progressive Web App in seconds πŸ”₯

Features

  • 100/100 Lighthouse score, right out of the box
  • Fully automatic code splitting for routes
  • hot update pattern support for efficient loading
  • Zero-configuration pre-rendering / server-side rendering hydration
  • Support for CSS Modules, LESS, Sass, Stylus; with Autoprefixer
  • Monitor your bundle/chunk sizes with built-in tracking
  • Automatic app mounting, debug helpers & Hot Module Replacement
  • In just 4.5kb you get a productive environment:

Installation

$ npm install -g stb-cli

Usage

$ stb create <template-name> <project-name>

Example:

$ stb create default my-project

-neat of template:

$ stb create neat my-project