An open API service indexing awesome lists of open source software.

https://github.com/nichoth/nichoth


https://github.com/nichoth/nichoth

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# nichoth.com

https://nichoth.com/

---------------------

![nichoth's GitHub stats](https://github-readme-stats.vercel.app/api?username=nichoth&show_icons=true&theme=transparent)

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