Skip to content

simple-app/simple-stack-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

DEPRECATED - use poe-ui instead

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •