0.0.1 • Published 12 months ago

ad4m-todo-app v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
12 months ago

Flux Preact Starter Template

About

This starter template includes everything you need to make an app for Flux.

Dependencies:

  • ad4m
  • ad4m-connect
  • ad4m-elements

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

Development

# yarn
yarn dev

# npm
npm dev

Production

# yarn
yarn build

# npm
npm build

The output of the build will end up in dist/main.js. This build will output a web component that can be published on npm by running npm run release.