aurelia-typescript-webpack-starter
aurelia-typescript-webpack-starter copied to clipboard
A minimal Aurelia starter kit written in TypeScript and built using webpack.
Aurelia + TypeScript + Webpack Starter Kit
A minimal Aurelia starter kit written in TypeScript and built using webpack.
Initial Setup
After cloning the repository, install the dependencies using npm install
.
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.
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
.
License
This project is available under the terms of the ISC license. See the
LICENSE
file for the copyright information and licensing terms.