/skeleton-preact

Optionated skeleton for Preact X + Bulma apps

Primary LanguageCSS

skeleton-preact

CLI Commands

# install dependencies
yarn

# serve with hot reload at localhost:8080
yarn start

# build for production with minification
yarn build
# OR
yarn build::fast

# run tests with jest and preact-render-spy
yarn test