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.
- Host: GitHub
- URL: https://github.com/lastmjs/zwitterion-example
- Owner: lastmjs
- License: mit
- Created: 2017-07-28T05:29:00.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-15T23:29:44.000Z (almost 8 years ago)
- Last Synced: 2025-01-19T22:48:33.680Z (5 months ago)
- Language: HTML
- Size: 41 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.