Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sneakertack/templates
Boilerplate templates that I use to start building stuff (usually webapp-like stuff).
https://github.com/sneakertack/templates
Last synced: 22 days ago
JSON representation
Boilerplate templates that I use to start building stuff (usually webapp-like stuff).
- Host: GitHub
- URL: https://github.com/sneakertack/templates
- Owner: sneakertack
- Created: 2014-07-21T05:30:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-06T09:20:54.000Z (over 10 years ago)
- Last Synced: 2024-10-18T20:15:33.842Z (about 1 month ago)
- Language: JavaScript
- Size: 422 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Here, I keep starter templates to help me start building stuff. For now the stuff I build tends to revolve around web applications.
# Stack
These are the languages/frameworks that I prefer to use:
- Markup: Jade
- Styling (base): Bootstrap
- Styling (custom): SCSS if big, CSS if small
- Client-side: JS, Angular.js
- Server-side: Node.js
- CLI programs: Node.js
- Databases: Undecided between Postgres or Mongo. Also, Firebase and Rethink are interesting.
- DevOps: HerokuSo templates will tend to favour these languages/frameworks' way of doing things.