Skip to content

timsim00/choo-baqend-starter

Repository files navigation

choo-baqend-starter

Work-in-progress static choo SaaS starter with baqend back end.

  • First real attempt at a choo app...lovin choo!
  • Created with create-choo-app
  • App is modeled after some existing OSS, namely datBase

Critiques/issues and PR's welcome!

Instructions

  • Create a free baqend account or leave as-is to try with their sandbox account called 'toodle'. App is connecting to baqend in ./stores/app.js
  • clone
  • npm install
  • modify sheetify (see below)
  • npm start

Known issues

  • choojs/choo#601 (comment)
  • This is still a rough WIP
  • sheetify/transform option in package.json wasn't working so I added this 'options.use' line to module sheetify/index.js: function applyTransforms (filename, src, options, done) { options.use = 'sheetify-nested'