https://github.com/calebowens/wecu-example
https://github.com/calebowens/wecu-example
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/calebowens/wecu-example
- Owner: calebowens
- Created: 2022-01-28T17:46:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-30T16:15:21.000Z (over 4 years ago)
- Last Synced: 2025-12-25T04:48:53.230Z (6 months ago)
- Language: TypeScript
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web Element Composition Library Example
This is a simple task tracker showcasing how WECU works.
To get it running use the following commands:
1. `yarn` to install the packages.
2. `yarn webpack` to start the webpack and TS compiler.
3. In a seprate console `yarn http-server` to start a HTTP server.
4. Visit the link provided by http-server.
This is by no means a perfect app or even pretty one, but it is designed to showcase some of the functionality of WECU.