Home

Awesome

Fastack npm version

Fastack is a zero-configuration development tool that makes developing client-side-only apps easy. Run $ fastack in your app directory to automatically enable the following features.

Features

Easy module loading

Package management

Pre-compiler support

Auto reload on file changes

Hot module replacement implementation coming soon. See below.

Package management

Quickstart

$ npm install -g fastack

Fastack is an immersive command line application. Running $ fastack will drop you into a new prompt with a number of sub-commands available. Run help in the Fastack prompt for more information.

$ mkdir my-app
$ cd my-app
$ fastack
fastack:my-app $ init

Coming Soon