andresvalderrama / 04232021

CI/CD to Github Pages

Home Page:https://andresvalderrama.github.io/04232021/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

04232021

Preact application using snowpack as bundler package. This app is on very early stage so expect a lot of issues and margin of improvement

Prerequisites

  • Node v14.15.5
  • NPM v7.11.0

npm install to intall dev and production dependencies.

Run dev server

To start the server npm run dev should be executed

Test application

npm run test

To test the application is used @web/test-runner as testing framework, chai as the assertion library, and testing-library/preact to render preact components.

About

CI/CD to Github Pages

https://andresvalderrama.github.io/04232021/


Languages

Language:JavaScript 83.1%Language:HTML 16.9%