Skip to content

A playground to test some browser APIs and Javascript concept

Notifications You must be signed in to change notification settings

afroguy16/playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Component Playground

A playground to test Web Components concept using TypeScript and some native browser APIs. This is a TypeScript project with no framework required; however, some libraries are required for setup as well as some helper functionality. A full list of dependencies can be found in the package.json file. Once this repo has been clone, you need to run npm i to install all dependencies. A guide on how to get it up and running can be found in the "Start up" section. Webpack is used to bundle the code, support loading, and more, while loaders are used to load and transpile TS, SASS, and so on. Check out webpack.config.js for full details.

Start up

To start up the application:

  1. Navigate to the root folder in your terminal
  2. Run npm i to install all dependencies
  3. Once that is done. Run npm start to start the application

Selected Tools used

The list of tools and concept used are inexhaustive, so I am only going to list the ones that are fairly new or that I find interesting.

  1. Web Component
  2. Fetch
  3. Event
  4. Webpack
  5. Webpack Asset Modules
  6. Babel

Check out package.json for a full list of dependencies used.

About

A playground to test some browser APIs and Javascript concept

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published