Skip to content

EmblaTech/aureliaDemo

Repository files navigation

Aurelia 2.0 Skelton app with Webpack 4.1.1

This contains aurelia skelton project with webpack 4.1.1 support with TypeScript.

How to Install

Installation Steps

  1. git clone the repo
  2. run npm install

Running the app

use:

npm start to serve the application in debug mode

Building the app

npm start -- build to build and minify the application to webpack designated dist folder

Serving app in production like env

After building the application use:

  1. Install http-server to run locally

npm install http-server --save-dev

  1. Run:

npm start - serve to serve the application in prod mode.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages