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

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

JavaScript Seed Project for Push
https://github.com/attack-monkey/push-seed

Last synced: 5 months ago
JSON representation

JavaScript Seed Project for Push

Awesome Lists containing this project

README

          

# Push Seed

Contains:

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

```