Skip to content

weccoframework/starter

Repository files navigation

weccoframework/starter

Use this repository as a starter to create a webapp powered by wecco.

The starter includes:

The starter provides a running application using wecco's app feature. The app renders a counting button and is intentionally very simple.

How to use

  1. Clone or fork this repo
  2. Remote .git directory to disconnect from this repo
  3. Change package.json:
    1. Update the name field
    2. Update the description field
    3. Update the version field
    4. Update the homepage field
  4. Run npm i from inside your directory
  5. Run npm test to execute the playwright tests (you may need to run some additional commands if this is the first time you are using playwright).

License

Copyright 2023 Alexander Metzner

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.