This project will build the base package for any further arcade or pixel grid projects it will provide some lwc components through npm and contain some demo pages that are available through heroku at
https://lwc-arcade.herokuapp.com/
The origin is lwc-tris, which is now reusing the arcade lwc components
https://lwc-tris.herokuapp.com/
- Clone the
lwc-arcade
repository:
git clone https://github.com/itsmebasti/lwc-arcade
cd lwc-arcade
- Install the project dependencies using
yarn
(ornpm
, if you prefer that alternatively)
yarn
- Start the app in watch mode.
yarn watch
- Enjoy the app!