Coder Social home page Coder Social logo

hwclass / buildless-site Goto Github PK

View Code? Open in Web Editor NEW
5.0 3.0 0.0 738 KB

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

Home Page: https://buildless.site

JavaScript 1.96% CSS 37.38% Shell 0.39% TypeScript 60.27%
esmodules buildless es6 javascript webcomponents webpack parcel rollup

buildless-site's Introduction

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

buildless-site's People

Contributors

dependabot[bot] avatar hwclass avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

buildless-site's Issues

BS-11: As a user, I want to subscribe to the newsletter

Acceptance Criteria:

  • Create a project on MailChimp or something automates sending newsletters
  • Set the mechanism for saving weekly/bi-weekly newsletters & connect with MainChimp

Tech Tips:

  • The choice of tech stack is up to us.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.