AdamBien / pws

Plain Web Standards project template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PWS

Plain and Minimalistic Web Standards project template

How to start

To launch the application:

  1. Install browsersync
  2. git clone https://github.com/AdamBien/pws
  3. cd app
  4. Perform: browser-sync src -f src --no-notify

This template is used most of my screencasts https://www.youtube.com/playlist?list=PLxU9yM-_yPs_B-kaWK0c44KgyWAre4hCH and video courses https://airhacks.io/#web

Also checkout the template: https://github.com/AdamBien/bce.design featuring DOM-diffing (lit-html), state management (redux toolkit), conventional structure (Boundary Control Entity) and Unidirectional Data Flow (with conventions and patterns).

About

Plain Web Standards project template

License:MIT License


Languages

Language:HTML 91.2%Language:JavaScript 8.8%