basham / dice-roller

Dice rolling web app

Home Page:https://dice.bash.am/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dice Roller

Dice rolling web app

Based on the Reactive Components with RxJS workshop.

Install

npm install

Start

Start the local development server. It should automatically open the browser to http://localhost:8000/.

npm run start

Development environment

This repo uses a "buildless" environment. There is no Webpack or other bundling system. @pika/web prepares browser dependencies as JS modules and generates an import map. es-module-shims provides support for import maps, JS modules, and CSS modules (via construct-style-sheets-polyfill).

About

Dice rolling web app

https://dice.bash.am/

License:MIT License


Languages

Language:JavaScript 72.6%Language:CSS 25.2%Language:HTML 2.1%