https://github.com/easywebapp/easywebapp.github.io
Official site of WebCell
https://github.com/easywebapp/easywebapp.github.io
Last synced: 17 days ago
JSON representation
Official site of WebCell
- Host: GitHub
- URL: https://github.com/easywebapp/easywebapp.github.io
- Owner: EasyWebApp
- License: agpl-3.0
- Created: 2018-11-09T21:29:29.000Z (over 7 years ago)
- Default Branch: source
- Last Pushed: 2024-06-10T18:29:26.000Z (over 1 year ago)
- Last Synced: 2024-06-10T21:31:17.125Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://web-cell.dev/
- Size: 1.03 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE
Awesome Lists containing this project
README

# WebCell official website
Design of https://web-cell.dev/ is based on [Product][1] & [Carousel][2] templates of BootStrap 5.
[][3]
[][4]
## Technology stack
- Language: [TypeScript v5][5]
- Component engine: [WebCell v3][6]
- Component suite: [BootCell v2][7]
- State management: [MobX v6][8]
- PWA framework: [Workbox v7][9]
- Package bundler: [Parcel v2][10]
- CI / CD: GitHub [Actions][11] + [Pages][12]
## Development
```shell
npm i pnpm -g
pnpm i
npm start
```
## Deployment
```shell
pnpm build
```
[1]: https://getbootstrap.com/docs/5.3/examples/product/
[2]: https://getbootstrap.com/docs/5.3/examples/carousel/
[3]: https://github.com/EasyWebApp/EasyWebApp.github.io/actions/workflows/main.yml
[4]: https://gitpod.io/?autostart=true#https://github.com/EasyWebApp/EasyWebApp.github.io
[5]: https://typescriptlang.org/
[6]: https://web-cell.dev/
[7]: https://bootstrap.web-cell.dev/
[8]: https://mobx.js.org/
[9]: https://developers.google.com/web/tools/workbox
[10]: https://parceljs.org/
[11]: https://github.com/features/actions
[12]: https://pages.github.com/