0.1.3 • Published 5 years ago

create-packset-app v0.1.3

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

Packset

Usage

Creating a packset app:

yarn create packset-app my-app
cd my-app
yarn

Runs the app in development mode:

yarn start

Builds the app for production to the build folder:

yarn build

Incremental builds

You can use yarn build [urlPath] [...] to build only the pages you need:

yarn build /content/1 /content/2 /content/3
0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago