https://github.com/rmja/camping
https://github.com/rmja/camping
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/rmja/camping
- Owner: rmja
- Created: 2021-11-18T06:52:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-18T06:54:18.000Z (over 4 years ago)
- Last Synced: 2025-01-29T08:25:51.305Z (over 1 year ago)
- Language: TypeScript
- Size: 159 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# camping
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