0.3.11 • Published 10 years ago

simple-stack-ui v0.3.11

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

simple-stack-ui

simple-stack-ui is a high-productivity collection of tools and practices for rapidly writing production-ready applications.

Getting Started

$ mkdir my-new-project
$ cd my-new-project
$ npm install simple-stack-ui
$ touch Makefile

The new Makefile should look something like this:

PROJECT=my-new-project
DESCRIPTION=This is a really great app!
ORGANIZATION=my-github-org

include ./node_modules/simple-stack-ui/tasks.mk

Once the Makefile is initialized, run:

$ make init
$ cp .env.example .env
$ foreman start
$ open http://localhost:5000

Useful Links

Libraries

Other

0.3.11

10 years ago

0.3.10

10 years ago

0.3.9

10 years ago

0.3.8

10 years ago

0.3.7

10 years ago

0.3.6

10 years ago

0.3.5

10 years ago

0.3.4

10 years ago

0.3.3

10 years ago

0.3.2

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.7

10 years ago

0.2.6

10 years ago

0.2.5

10 years ago

0.2.4

10 years ago

0.2.3

10 years ago

0.2.2

11 years ago

0.2.1

11 years ago

0.2.0

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago