A minimal Aurelia starter kit written in TypeScript and built using webpack.
After cloning the repository, install the dependencies using npm install
.
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.
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
.
This project is available under the terms of the ISC license. See the
LICENSE
file for the copyright information and licensing terms.