https://github.com/frontainer/frontpack-example-angular
https://github.com/frontainer/frontpack-example-angular
angular aot frontend frontpack sass scss template typescript webpack
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/frontainer/frontpack-example-angular
- Owner: frontainer
- Created: 2017-02-19T04:19:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-27T02:09:37.000Z (about 9 years ago)
- Last Synced: 2025-03-20T00:41:23.893Z (about 1 year ago)
- Topics: angular, aot, frontend, frontpack, sass, scss, template, typescript, webpack
- Language: CSS
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### 準備
```
npm i
```
### 開発サーバー起動
```
npm start
```
### 開発用コード出力
```
npm run build
```
### ユニットテスト実行
```
npm test
```
### e2eテスト実行
```
npm run e2e
```
### Production用サーバー起動
```
npm run serve:prod
```
### Production用コード出力
```
npm run production
```