rjoydip / carlo-preact-starter

A preact Carlo starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

carlo-preact-starter

A preact Carlo starter.

CLI Commands

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# test the production build locally
npm run serve

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

# package project to executable
npm run pack

# launch your application
npm run launch:<dev|prod>

License

MIT © Joydip Roy

About

A preact Carlo starter

License:MIT License


Languages

Language:JavaScript 82.2%Language:CSS 17.8%