minimal-ts-boilerplate

Minimal lightweight typescript boilerplate for quick sketching and new projects. Ready to run in a browser through parcel built-in server.

Pure Nim score 15/100 · last commit 2019-03-30 · 1 stars · tests present · no docs generated

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

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 - - - - - - -

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/