Alexander-Taran / aurelia-typescript-webpack-starter

A minimal Aurelia starter kit written in TypeScript and built using webpack.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aurelia-typescript-webpack-starter


Aurelia + TypeScript + Webpack Starter Kit

A minimal Aurelia starter kit written in TypeScript and built using webpack.

Building

The project can be built by running npm run build which will assemble the distribution under the ./dist directory. This directory can be cleaned by running npm run clean.

Developing

The webpack-dev-server is installed for development purposes and can be run with the command npm start. This will start the development server at http://localhost:8080 and open it in your browser, with inline mode and hot module replacement enabled.

License

This project is available under the terms of the ISC license. See the LICENSE file for the copyright information and licensing terms.

About

A minimal Aurelia starter kit written in TypeScript and built using webpack.

License:ISC License


Languages

Language:TypeScript 100.0%