0.3.14 • Published 10 years ago

simple-ui v0.3.14

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

simple-ui

simple-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-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

STYLE_BUILDER=$(CURDIR)/node_modules/shoelace-stylus

include ./node_modules/simple-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