1 2 3 4 5 6
import riot from 'riot' import 'riot-hot-reload' import './components/site.tag'; import style from './style.scss'; riot.mount('site');