olange / arcade

A distributed arcade game and mashup of a few delighful arcade games from the eighties — including restoration of an original Pacman Arcade Cocktail table (Karateco 1984)
https://d-arcade.app
Apache License 2.0
1 stars 1 forks source link

Snowpack instead of Rollup & OpenWC #4

Closed rudifa closed 3 years ago

rudifa commented 4 years ago

Replaces Rollup with Snowpack for building the app, as well as the Open-WC es-dev-server and app template with Snowpacks own dev server & app template.

rudifa commented 4 years ago

@jdhr @olange Please test and review this commit and merge into the master if OK

~/GitHub/js-gong-fu/arcade(rf-add-app-snowpack|✔) % tree -L 2 -I node_modules
.
├── LICENSE
├── README.md
├── app
│   ├── README.md
│   ├── custom-elements.json
│   ├── dist
│   ├── index.html
│   ├── package-lock.json
│   ├── package.json
│   ├── rollup.config.js
│   └── src
├── app-snowpack
│   ├── README.md
│   ├── babel.config.json
│   ├── package-lock.json
│   ├── package.json
│   ├── public
│   ├── snowpack.config.js
│   └── src
├── engine
│   ├── Dockerfile
│   ├── index.js
│   ├── package-lock.json
│   └── package.json
├── package-lock.json
└── package.json
rudifa commented 3 years ago

@jdhr @olange Please test and consider for merging into the master

In the latest 3 commits (be0f3a7 936f919 769f6de) I added the first mutation on ArcadeBook which lets the user add 'like' (as many times as she wants).