dfroger / catstore

trying to reimplented the unmaintained https://github.com/Vheissu/the-aurelia-2-book

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

catstore

This project is bootstrapped by aurelia/new.

Start dev web server

npm start

Build the app in production mode

npm run build

It builds all files to dist folder. To deploy to production server, copy all the dist/* files to production root folder.

For example

dist/index.html
dist/foo.12345.js

Copy to production root folder

root_folder/index.html
root_folder/foo.12345.js

Unit Tests

npm run test

Run unit tests in watch mode.

npm run test:watch

Analyze webpack bundle

npm run analyze

About

trying to reimplented the unmaintained https://github.com/Vheissu/the-aurelia-2-book


Languages

Language:TypeScript 38.2%Language:HTML 26.2%Language:JavaScript 20.2%Language:CSS 15.4%