Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thi-ng/tpl-umbrella-basic
Bare-bones template repo for thi.ng/umbrella browser-based projects (TypeScript, Vite, Tachyons)
https://github.com/thi-ng/tpl-umbrella-basic
template-repository thing-umbrella typescript vite
Last synced: 1 day ago
JSON representation
Bare-bones template repo for thi.ng/umbrella browser-based projects (TypeScript, Vite, Tachyons)
- Host: GitHub
- URL: https://github.com/thi-ng/tpl-umbrella-basic
- Owner: thi-ng
- License: mit
- Created: 2022-11-14T14:14:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-20T13:53:27.000Z (3 months ago)
- Last Synced: 2024-08-20T15:57:23.467Z (3 months ago)
- Topics: template-repository, thing-umbrella, typescript, vite
- Language: HTML
- Homepage: https://thi.ng/umbrella
- Size: 212 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# tpl-umbrella-basic
This is an absolute bare-bones [TypeScript](https://www.typescriptlang.org/) &
[Vite](https://vitejs.dev/) project template, pre-configured with some useful
[thi.ng/umbrella](https://github.com/thi-ng/umbrella/) packages and (optionally) using
[Tachyons CSS](https://tachyons.io/)...Edit/delete everything as you see fit & please submit an issue if you spot
anything wrong! Thanks!## Getting started
Please consult the [GitHub
documentation](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template)
for how to get started with template repos. Once you got it cloned locally,
proceed as follows:```bash
# git clone ...cd
# download all dependencies (can also use npm)
yarn install# alternatively, ensure you're using latest package versions
yarn upgrade-interactive --latest# start dev server & open in browser
yarn start
```Note: The [vite-plugin-html](https://github.com/vbenjs/vite-plugin-html) used
for minifying the HTML in production builds is currently causing deprecation
warnings in Vite v5+. PRs for an alternative solution are much appreciated.
Thanks!## License
This project is licensed under the MIT License. See LICENSE.txt
© 2023 Karsten Schmidt