minimal-ts-boilerplate
Minimal lightweight typescript boilerplate for quick sketching and new projects. Ready to run in a browser through parcel built-in server.
Summary
| Latest Version | Unknown |
|---|---|
| License | Unknown |
| CI Status | Failing |
| Stars | 1 |
| Forks | 0 |
| Open Issues | 0 |
| Last Commit | 2019-03-30 |
| Downloads | 0 |
| Last Indexed | 2026-09-06 07:40 |
Tags
Installation
nimble install minimal-ts-boilerplate
choosenim install minimal-ts-boilerplate
git clone https://gitlab.com/cjbturin/minimal-ts-boilerplate
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| minimal-ts-boilerplate | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://gitlab.com/cjbturin/minimal-ts-boilerplate |
|---|---|
| Homepage | https://gitlab.com/cjbturin/minimal-ts-boilerplate |
| Registry Source | gitlab |
README
minimal-ts-boilerplate
Minimal lightweight typescript boilerplate for quick sketching and new projects. Ready to run in a browser through parcel built-in server.
Startup:
yarn install;
yarn start;
Scripts:
"scripts": {
"start": "parcel serve src/index.html --open",
"serve": "parcel serve src/index.html",
"build": "parcel build src/index.html",
"watch": "parcel watch src/index.html"
}
Notes
Disable 'safe write' in WebStorm or similar features that mess with file saving/loading/caching to avoid problems with parcel watcher.
Dependencies
- TypeScript
- TSLint
- Parcel
License
MIT.
Author
Konrad Kozioł
https://gitlab.com/cjbturin/