Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brandonseydel/aurelia-auth
https://github.com/brandonseydel/aurelia-auth
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/brandonseydel/aurelia-auth
- Owner: brandonseydel
- Created: 2021-01-13T03:30:39.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-13T03:30:50.000Z (almost 4 years ago)
- Last Synced: 2024-10-12T18:12:27.464Z (2 months ago)
- Language: TypeScript
- Size: 182 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zz
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
```## Analyze webpack bundle
npm run analyze