Skip to content

A collection of sites, apps built based on & packages, articles and other stuff about ES modules

Notifications You must be signed in to change notification settings

hwclass/buildless-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Made with Fresh

Version deno compatibility fresh License: ISC Twitter: hwclass

A collection of sites, apps, packages, articles and other stuff about ES modules.

Please go & check awesome-buildless for the content as an awesome list.

๐Ÿ  Homepage

Prerequisites

  • You will need Deno installed on your system:

Instal from here

Development

  • Create a .env file in the main directory by duplicating from the .env.example:
GLITCH_BOILERPLATE_URL="https://glitch.com/~buildless-boilerplate"
SECTIONS_API_ENDPOINT="api/sections"

Run (with PRODUCTION=false flag):

deno task dev

Run (with production):

deno task start

Application

Once the app and the API begin running, go hit the main page over http://localhost:8000.

Fetch sections

/api/sections [GET] : returns the following payload from awesome-buildless repo:

{
  "sections": [
    {
      "title": "Articles",
      "list": [
        {
          "content": "Going Buildless",
          "href": "https://dev.to/open-wc/on-the-bleeding-edge-3cb8"
        }
      ]
    },
    {
      "title": "Tutorials",
      "list": [
        {
          "content": "Developing without a Build (1)",
          "href": "https://dev.to/open-wc/developing-without-a-build-1-introduction-26ao"
        }
      ]
    },
    {
      "title": "Tools & Platforms",
      "list": [{ "content": "Pika", "href": "pika.dev" }]
    },
    {
      "title": "Packages & Libraries",
      "list": [
        {
          "content": "es-dev-server",
          "href": "https://www.npmjs.com/package/es-dev-server"
        }
      ]
    }
  ]
}

Tech Stack

Authors

๐Ÿ‘ค hwclass

๐Ÿ‘ค Kjaer

Licence

ISC

About

A collection of sites, apps built based on & packages, articles and other stuff about ES modules

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published