mpriour / cc_preact

Example "wizard" app with calcite components and preact

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Preact

This project was bootstrapped with Preact CLI.

In the project directory, you can run:

npm install
npm run dev

This will install dependencies and then start up a development server on localhost:8080.

Adding the icons

The icon assets must be copied over to the assets folder manually. A copy script has been created to make this process easier:

npm run copy

This will copy the JSON assets required by the icon component to your project's assets directory.

About

Example "wizard" app with calcite components and preact


Languages

Language:TypeScript 70.6%Language:JavaScript 22.2%Language:HTML 4.3%Language:CSS 2.9%