https://github.com/jupl/typo
TypeScript Boilerplate
https://github.com/jupl/typo
babel boilerplate dotenv electron hapi hot-reload jest nodejs tslint typescript typescript-boilerplate webpack yarn
Last synced: 2 months ago
JSON representation
TypeScript Boilerplate
- Host: GitHub
- URL: https://github.com/jupl/typo
- Owner: jupl
- Created: 2016-10-23T00:43:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-23T15:09:21.000Z (about 7 years ago)
- Last Synced: 2025-10-26T00:56:10.803Z (8 months ago)
- Topics: babel, boilerplate, dotenv, electron, hapi, hot-reload, jest, nodejs, tslint, typescript, typescript-boilerplate, webpack, yarn
- Homepage:
- Size: 3.63 MB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
#+HTML:
Typo TypeScript Boilerplate
** About
This is a collection of boilerplate projects for developing applications using [[https://www.typescriptlang.org/][TypeScript]].
** Branches
- [[https://github.com/jupl/typo/tree/server][Server with Hapi]]
[[https://travis-ci.org/jupl/typo][file:https://img.shields.io/travis/jupl/typo/server.svg?label=travis&style=flat-square]]
[[https://david-dm.org/jupl/typo/server][file:https://img.shields.io/david/jupl/typo/server.svg?style=flat-square]]
[[https://david-dm.org/jupl/typo/server?type=dev][file:https://img.shields.io/david/dev/jupl/typo/server.svg?style=flat-square]]
- [[https://github.com/jupl/typo/tree/client][Client with Webpack]]
[[https://travis-ci.org/jupl/typo][file:https://img.shields.io/travis/jupl/typo/client.svg?label=travis&style=flat-square]]
[[https://david-dm.org/jupl/typo/client][file:https://img.shields.io/david/jupl/typo/client.svg?style=flat-square]]
[[https://david-dm.org/jupl/typo/client?type=dev][file:https://img.shields.io/david/dev/jupl/typo/client.svg?style=flat-square]]
- [[https://github.com/jupl/typo/tree/combo][Server/Client Combination]]
[[https://travis-ci.org/jupl/typo][file:https://img.shields.io/travis/jupl/typo/combo.svg?label=travis&style=flat-square]]
[[https://david-dm.org/jupl/typo/combo][file:https://img.shields.io/david/jupl/typo/combo.svg?style=flat-square]]
[[https://david-dm.org/jupl/typo/combo?type=dev][file:https://img.shields.io/david/dev/jupl/typo/combo.svg?style=flat-square]]
- [[https://github.com/jupl/typo/tree/electron][Electron]]
[[https://travis-ci.org/jupl/typo][file:https://img.shields.io/travis/jupl/typo/electron.svg?label=travis&style=flat-square]]
[[https://david-dm.org/jupl/typo/electron][file:https://img.shields.io/david/jupl/typo/electron.svg?style=flat-square]]
[[https://david-dm.org/jupl/typo/electron?type=dev][file:https://img.shields.io/david/dev/jupl/typo/electron.svg?style=flat-square]]