create-farm 2.0.1

Create Farm cli tool
Documentation
1
2
3
4
5
6
7
8
9
/* @refresh reload */
import { render } from 'solid-js/web'

import './index.css'
import App from './App'

const root = document.getElementById('root')

render(() => <App />, root!)