Skip to content

hackerstolz/hacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

thinktecture-hacks

Upcoming Demo App. Stay tuned!

Code Style Guide

General

  • Try to write self-explanatory code
  • Don't overengineer :)
  • Prefix boolean properties with "is" and "has" if it makes sense
  • Embrace GitFlow

Project structure

  • build: contains all files after building the app/backend (git ignored)
  • dist: contains final distribution packages like cordova, electron, web, backend (git ignored)
  • docs: contains documentation written in markdown
  • sts: contains an IdentityServer 4
  • api: contains a HTTP-based Web API written in Node.js
  • client: contains a client written in Angular 2