web-atoms / intro

Web Atoms Introduction Repository - Example

Repository from Github https://github.comweb-atoms/introRepository from Github https://github.comweb-atoms/intro

intro

AtomRepeater control Example

Start

index.html contains relative script to load UMD loader which can load UMD, AMD and SystemJS modules.

Open sample in stackblitz.com

https://stackblitz.com/~/github.com/web-atoms/intro

The project should automatically install, compile and load a simple http-server to serve the html/css/javascript files from the project.

This project contains no server side code yet.

Run locally

To run locally, run following commands.

  1. npm run install
  2. Open VS Code Menu > Terminal > Run Build Task
  3. Open web page on specified link

About

Web Atoms Introduction Repository - Example

License:MIT License


Languages

Language:TypeScript 70.8%Language:HTML 29.2%