create-farm 2.0.1

Create Farm cli tool
Documentation
1
2
3
4
5
import { render } from 'preact'
import { App } from './app.tsx'
import './index.css'

render(<App />, document.getElementById('app')!)