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

https://github.com/lastmjs/zwitterion-example

An example application built with the help of Zwitterion.
https://github.com/lastmjs/zwitterion-example

Last synced: 3 months ago
JSON representation

An example application built with the help of Zwitterion.

Awesome Lists containing this project

README

        

# Zwitterion Example

An example application built with the help of Zwitterion. ES6 and beyond, JSX, TypeScript, TSX, async/await, ES modules, Object spread...but no complicated build step. All files are referenced directly from `` tags in the client's HTML.

## Live Demo

[Check out the live demo in production](https://zwitterion-example.netlify.com/). The application was built statically with `zwitterion --build-static` and served up on a CDN.

## Development

```bash
git clone [ssh or https repository URL]
cd zwitterion-example
npm install
npm start
```

Now open up a browser and point it to `http://localhost:8080`.