2.4.0 • Published 7 years ago

threadbare v2.4.0

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

ThreadBare

Threadbare is the bootstrap app for all Thread Isomorphic applications. It hides the building and compiling logic whilst also making it re-usable and easy to update to support the ever changing javascript toolchain.

Getting Started

Add the dependency:

yarn add threadbare

Run the install script:

yarn threadbare install

You will then be populated with the skeleton of an application to work with.

Developing your app

Run:

yarn dev

This will provide you with a running, auto-reloading server with build pipeline.

Building your app

Run:

yarn build

This will provide the minified bundle files into your public directory ready to be served.

2.4.0

7 years ago

2.3.1

7 years ago

2.3.0

7 years ago

2.2.0

7 years ago

2.1.0

7 years ago

2.0.0

7 years ago

1.0.0

7 years ago

0.0.1

7 years ago