keckelt / boilerplate

Boilerplate code for TypeScript + Sass + Webpack

Home Page:https://keckelt.github.io/Boilerplate/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prerequisites

Usage

  1. Clone git repo: git clone ...
  2. cd into folder
  3. npm install
  4. npm start
  5. Open URL (.e.g http://localhost:3000/) in browser

GitHub Actions

The ./github/folder contains two workflows. One for testing the code with different Node.js versions and one to build the project and pushing the built files to the gh-pages branch for deployment. See: https://keckelt.github.io/Boilerplate/

The action needs a Personal Access Token (PAT) which is stored in the repo settings.

About

Boilerplate code for TypeScript + Sass + Webpack

https://keckelt.github.io/Boilerplate/


Languages

Language:HTML 70.5%Language:SCSS 16.9%Language:TypeScript 8.8%Language:JavaScript 3.8%