GitXplorerGitXplorer
o

koala

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
d0a6e77262d6dedfb384512d68d9da9e7aa26ca7

webpack for front end build

committed 7 years ago
Unverified
477b898f868621cbea623eca6ed1044693b103be

readme

committed 7 years ago
Unverified
2bc321227197f277b8a6e273a1efd5497640d085

sqitch setup and a "migration"

committed 7 years ago
Unverified
b8219fdd558eaf56899cdf8d1b760510310af2ca

server and client babel

committed 7 years ago
Unverified
67cc3548249bd98ac85c8ddd9dfd7e34bc315af4

baby koa

committed 7 years ago
Verified
7dba6319706dd1eab32d9dd029b64365c546fa84

Initial commit

ooutofambit committed 7 years ago

README

The README file for this repository.

koala

WIP prototype for a node and javascript based tech stack.

Setup

Dependencies

Postgres

$ brew install postgres
$ brew tap theory/sqitch
$ brew install sqitch_pg

JS modules

$ brew install yarn
$ yarn

Database Setup

$ createdb koala
$ sqitch deploy

Running

yarn build
yarn start