https://github.com/nichoth/nichoth
https://github.com/nichoth/nichoth
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nichoth/nichoth
- Owner: nichoth
- Created: 2020-08-11T18:57:44.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2026-01-25T04:31:48.000Z (6 months ago)
- Last Synced: 2026-01-25T10:05:50.455Z (6 months ago)
- Language: JavaScript
- Homepage: https://nichoth.com/
- Size: 37.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# nichoth.com
https://nichoth.com/
---------------------

## templates
__Links to various templates__
* [template-js](https://github.com/nichoth/template-js) -- A template for
JS projects
* [template-ts](https://github.com/nichoth/template-ts) -- A template for Node
typescript dependency modules
* [template-ts-browser](https://github.com/nichoth/template-ts-browser) --
Template for typescript projects in a browser environment
* [template-web-component](https://github.com/nichoth/template-web-component) --
Template for web components
* [template-ts-preact-htm](https://github.com/nichoth/template-ts-preact-htm) --
Template for peact, htm, and typescript
* [template-ts-preact-htm-app](https://github.com/nichoth/template-ts-preact-htm-app)
-- Template for applications using htm & preact
* [template-netlify-preact-htm-app](https://github.com/nichoth/template-netlify-preact-htm-app) -- Template for netlify, htm, preact
* [template-tonic-spa](https://github.com/nichoth/template-tonic-spa) -- Tonic
framework + client-side routing
## notes
[Links and notes](https://github.com/nichoth/notes/discussions)
plus, [a list](https://nichoth.com/list/)
## build
```sh
npm run build
```
## start a local dev server
```sh
npm start
```
## deploy to surge
```sh
npm run deploy
```