Skip to content
View typehorror's full-sized avatar
Living life
Living life

Highlights

  • Pro

Block or report typehorror

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. dummy-backend dummy-backend Public

    A simple CRUD REST backend so you can quickly prototype your front-end

    TypeScript 3

  2. Create a feature folder from an exis... Create a feature folder from an existing feature folder
    1
    #!/usr/bin/env node
    2
    // this is to use when you duplicate a module.
    3
    // For example, lets say you have all the crud basic feature for "user"
    4
    // and you would like to seed the feature "product" with it.
    5
    // You'll have to copy "user" into "product", search and replace every instance
  3. Device test webpage - a la sizzy Device test webpage - a la sizzy
    1
    <!DOCTYPE html>
    2
    <head>
    3
      <link
    4
        rel="stylesheet"
    5
        href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"