Skip to content

sstorie/experiments

Repository files navigation

Experiments

This repository contains a bunch of stand alone experiments I'm using to evaluate different technologies.

Quick note about security vulnerabilities

The code in this repository uses versions of Angular from a few years ago, and I am not actively updating them to reflect the latest versions of things. As a result there are identified security vulnerabilities in this repository, so be aware should you choose to use this code.

Running these experiments

Most of these experiments require just a simple http server. I use the standard http-server available via npm:

npm install -g http-server

Then when inside one of the folders just run to start the server and disable all caching

> http-server -c-1

Starting up http-server, serving ./
Available on:
  http://10.210.116.141:8080
  http://192.168.56.1:8080
  http://127.0.0.1:8080
Hit CTRL-C to stop the server

You can also use live-server to get similar functionality but with automatic reloading when any of your served pages changes.

The list

Here's an overall list of what's in here:

About

A repository to capture simple code experiments

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published