An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![](https://github.com/EasyWebApp.png)

# WebCell official website

Design of https://web-cell.dev/ is based on [Product][1] & [Carousel][2] templates of BootStrap 5.

[![CI & CD](https://github.com/EasyWebApp/EasyWebApp.github.io/actions/workflows/main.yml/badge.svg)][3]

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)][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/