zwitterion
Version:
A web dev server that lets you import anything*
19 lines (14 loc) • 290 B
Markdown
# Zwitterion Example - Basic
This is just a basic example of importing different languages into a web application with Zwitterion.
## Development
```bash
cd zwitterion/examples/basic
npm install
npm start
```
## Production
```bash
cd zwitterion/examples/basic
npm install
npm build
```