Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mreiche/mdc-web-aurelia2


https://github.com/mreiche/mdc-web-aurelia2

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# mdc-web-aurelia2

This project is bootstrapped by [aurelia/new](https://github.com/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

# References

- Material Design Web Components: https://www.mdui.org/