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

https://github.com/attack-monkey/push-seed-ts

A Typescript Seed Project for Push
https://github.com/attack-monkey/push-seed-ts

Last synced: about 1 month ago
JSON representation

A Typescript Seed Project for Push

Awesome Lists containing this project

README

          

# Push Seed

Contains:

- push
- typescript
- hyperscript > like jsx but in pure javascript
- basic wire up with state-reduce and tree-reduce

# Running

> Ensure that you install parcel

```
npm i -g parcel-bundler

```

> then run with...

```
npm start

```