GitXplorerGitXplorer
a

preact-redux-bundler-pwa-kit

public
2 stars
3 forks
0 issues

Commits

List of commits on branch master.
Unverified
4dc0b4105022597463dd4341fead9b2afaef2d6d

just use prettier

aaulneau committed 6 years ago
Unverified
1b85231dbd5b41c423899bb7ce65dbf179fa6b43

even shorter

aaulneau committed 6 years ago
Unverified
28994221ea5a3d2461090c2d7bc463afe3759936

shorten short_name

aaulneau committed 6 years ago
Unverified
01cd5c09ec00af160c82aed2e5b7b8ed84963242

initial commit

aaulneau committed 6 years ago

README

The README file for this repository.

Preact Redux Bundler PWA Kit

This is the base scaffold I use when building progressive web applications with preact. It is built from the default template from the preact-cli with some additional features I've added. I prefer using redux-bundler for state, and use styled-system + emotion for all of the styling.

CLI Commands

# install dependencies
yarn

# serve with hot reload at localhost:8080
yarn dev

# build for production with minification
yarn build

# test the production build locally
yarn start

For detailed explanation on how things work, checkout the CLI Readme.