CLH is a PWA platform for running various web components (helpers) for working on coding, designing, and testing of applications.
You can immediately use the app at coderslittlehelper.com or you can grab the code and add your own web components. Each component is a little different since each is an example of how one may use some of the new Web technologies (e.g. shadow dom, service workers). A more detailed write up is in the works.
You will need:
- Node.JS v8+
- A browser that supports Web Components (so no IE, or older browser).
to test (with express):
npm i
npm run start
to build (uses builder.js):
npm run build
- Anthony Canterbury
This project is licensed under the MIT License - see the LICENSE.md file for details