AngelMunoz / Blosk

A "Desktop" like website made with Aurelia vNext (WIP)

Repository from Github https://github.comAngelMunoz/BloskRepository from Github https://github.comAngelMunoz/Blosk

Blosk

This project is bootstrapped by aurelia/new.

Start dev web server

pnpm start

Build the app

Build files to dist folder.

pnpm run build

Unit Tests

pnpm run test

Run unit tests in watch mode.

pnpm run test:watch

Unit tests run in browser through browser-do. Please check scripts in package.json for more details.

By default, browser-do shuts down browser after tests. To keep browser window open for inspection, pass additional argument -k or --keep-open.

pnpm run build:test && browser-do -k --mocha --browser chrome < dist/entry-bundle.js

Unit tests in watch mode is executed through stand webpack watch mode and the help of webpack-shell-plugin-next.

Analyze webpack bundle

pnpm run analyze

WIP

About

A "Desktop" like website made with Aurelia vNext (WIP)


Languages

Language:TypeScript 56.6%Language:HTML 19.7%Language:CSS 16.2%Language:JavaScript 7.4%