https://github.com/zewa666/slickgrid-cli-error
Example showing the integration issue with Aurelia CLI 2.0.1
https://github.com/zewa666/slickgrid-cli-error
Last synced: 3 months ago
JSON representation
Example showing the integration issue with Aurelia CLI 2.0.1
- Host: GitHub
- URL: https://github.com/zewa666/slickgrid-cli-error
- Owner: zewa666
- Created: 2020-09-15T13:57:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-15T13:58:49.000Z (over 4 years ago)
- Last Synced: 2025-01-15T19:23:02.975Z (5 months ago)
- Language: TypeScript
- Size: 1.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `slickgrid-demo`
This project is bootstrapped by [aurelia-cli](https://github.com/aurelia/cli).
For more information, go to https://aurelia.io/docs/cli/cli-bundler
## Run dev app
Run `au run`, then open `http://localhost:9000`
To open browser automatically, do `au run --open`.
To change dev server port, do `au run --port 8888`.
To change dev server host, do `au run --host 127.0.0.1`
**PS:** You could mix all the flags as well, `au run --host 127.0.0.1 --port 7070 --open`
## Build for production
Run `au build --env prod`.